이 문서의 목적은 Force10 S-Series 스위치에서 안전하지 않은 원격 연결 방법인 텔넷을 비활성화하면서 보안 연결 방법을 활성화하는 것입니다.
기본적으로 비활성화된 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 주소를 입력합니다
- Connection type을 SSH로 설정합니다.
- 열기를 클릭합니다.
- CLI를 사용하여 스위치에 로그인합니다.
경고: 텔넷을 비활성화하기 전에 SSH를 사용하여 성공적인 로그인을 테스트하지 못하면 스위치에 대한 원격 액세스가 손실될 수 있습니다.
- Telnet을 비활성화하고 CLI에서 Putty 세션 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