网络通信 频道

3550 配置 SSH举例

  首先确认crypto image
  crypto key generate rsa
  
  接下来设置SSH
  Switch(config)# username bob password xxx
  Switch(config)# line vty 0 4
  Switch(config)# login local (Required if you want to do local authentication)
  Switch(config)# transport input ssh (If you want to only allow SSH)

文章转载地址:http://cisco.chinaitlab.com/configure/11952.html

0
相关文章