V5交换机配置SSH后,无法登陆
这是配置脚本
ssh server enable
#
local-user tzx class manage
password tzx@1234
service-type ssh
level 3
#
line vty 0 4
authentication-mode scheme
(0)
最佳答案
给你个典型配置,line vty下的protocol inbound ssh 是不是没配?
#
local-user client001
password simple aabbcc
service-type ssh
level 3
#
interface Vlan-interface1
ip address 192.168.1.40 255.255.255.0
#
ssh server enable
ssh user client001 service-type stelnet authentication-type password
#
user-interface vty 0 4
authentication-mode scheme
user privilege level 3
protocol inbound ssh
#
(0)
我注意过 protocol inbound all 是默认的
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
我注意过 protocol inbound all 是默认的