电脑技术学习

3550 配置 SSH举例

dn001

  首先确认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)