SSH
安全外壳 (SSH) 是一种提供远程设备的安全(加密)管理连接的协议
配置
- 使用
show ssh
查看当前系统是否支持SSH - 使用
ip domain-name (dname)
设置域名 - 生成RSA秘钥对
1 | config |
- 配置用户+密码
1 | username username secret password |
- 配置vty线路
1 | config |
连接
1 | ssh [-p port] username@host |
安全外壳 (SSH) 是一种提供远程设备的安全(加密)管理连接的协议
show ssh
查看当前系统是否支持SSHip domain-name (dname)
设置域名1 | config |
1 | username username secret password |
1 | config |
1 | ssh [-p port] username@host |