本文的目的是啟用安全連線方法,同時停用 Force10 S 系列交換器上不安全的遠端連線方法 Telnet。
若要啟用 SSH (預設為停用) 和停用 Telnet (預設為啟用),請完成下列步驟:
- 使用儲存組態的主控台或 Telnet 連線,在 CLI 中啟用 SSH。
Dell>
Dell>en
Dell#
Dell#configure
Dell(conf)#ip ssh server enable
Dell(conf)#crypto key generate
Dell(conf)#exit
Dell#show ip ssh
SSH server : enabled.
SSH server version : v1 and v2.
Password Authentication : enabled.
Hostbased Authentication : disabled.
RSA Authentication : disabled.
Vty Encryption Remote IP
Dell(conf)#exit
Dell#copy running-config startup-config
File with same name already exist.
Proceed to copy the file [confirm yes/no]: y
- 使用 SSH 測試遠端存取。
- 開啟終端機模擬器程式,如 Putty
- 在對應的方塊中輸入交換器的 IP 位址
- 將連線類型設定為 SSH
- 按一下「開啟」
- 使用命令行介面 (CLI) 登入交換器
警告:若無法在停用 Telnet 之前使用 SSH 測試登入成功,可能會導致無法遠端存取交換器。
- 停用 Telnet,並使用 Putty 工作階段在 CLI 中使用 SSH 儲存組態。
Dell>
Dell>en
Dell#
Dell#configure
Dell(conf)#no ip telnet server enable
Dell(conf)#exit
Dell#copy running-config startup-config
File with same name already exist.
Proceed to copy the file [confirm yes/no]: y