cisco路由器如何关闭ssh

谢谢各位,已解决了,呵呵,脑子短路了
2024-12-29 11:21:12
推荐回答(2个)
回答1:

两种办法 :
1、删除路由器上关于ssh的配置,删除用户名、密码及以下配置
R1(config)#line vty 0 4
R1(config-line)#ransport input ssh
R1(config-line)#login local
R1(config-line)#exit
R1(config)#crypto key generate rsa
R1(config)#ip ssh time-out 120
R1(config)#ip ssh authentication-retries 5
2、使用ACL过滤路由器接口的22端口的数据流量。

回答2:

(config)#line vty 0 15

(config-line)#ransport input ssh

(config-line)#ransport input none

none是关闭所有的连接方式
all是允许所有
ssh只允许ssh
telnet只允许telnet协议