首页 > 学院 > 网络通信 > 正文

3550 配置 SSH举例

2019-11-05 01:19:16
字体:
来源:转载
供稿:网友

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

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表