Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Force10 S-Series 스위치에서 SSH를 활성화하고 Telnet을 비활성화하는 방법

Summary: Dell Force10에서 SSH를 활성화하고, Dell Force10에서 Telnet을 비활성화하고, Dell OS9 스위치에서 SSH를 활성화하고, Dell OS9 스위치에서 Telnet을 비활성화합니다.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

이 문서의 목적은 Force10 S-Series 스위치에서 안전하지 않은 원격 연결 방법인 텔넷을 비활성화하면서 보안 연결 방법을 활성화하는 것입니다.

기본적으로 비활성화된 SSH를 활성화하고 기본적으로 활성화된 Telnet을 비활성화하려면 다음 단계를 완료하십시오.
  1. 구성을 저장하는 콘솔 또는 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
  1. SSH를 사용하여 원격 액세스를 테스트합니다.
    1. Putty와 같은 터미널 에뮬레이터 프로그램을 엽니다.
    2. 해당 상자에 스위치의 IP 주소를 입력합니다
    3. Connection type을 SSH로 설정합니다.
    4. 열기를 클릭합니다.
    5. CLI를 사용하여 스위치에 로그인합니다.
경고: 텔넷을 비활성화하기 전에 SSH를 사용하여 성공적인 로그인을 테스트하지 못하면 스위치에 대한 원격 액세스가 손실될 수 있습니다.
 
  1. 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

Article Properties


Affected Product

Force10 S25N-S50N, Force10 S25-01-GE-24P, Force10 S25-01-GE-24T, Force10 S25-01-GE-24V, Force10 S50-01-GE-48T-V, Force10 S50-01-GE-48T, PowerSwitch S4810P, PowerSwitch S4820T, PowerSwitch S5000, Force10 S50P, Force10 S60-44T, PowerSwitch S6000

Last Published Date

12 Jul 2024

Version

4

Article Type

How To