3550 配置 SSH举例

发表于:2007-06-23来源:作者:点击数: 标签:

   
  首先确认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://www.ltesting.net