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.

SSH inschakelen en Telnet uitschakelen op Force10 S-serie switches

Summary: SSH inschakelen op Dell Force10, Telnet uitschakelen op Dell Force10, SSH inschakelen op Dell OS9 switch, Telnet uitschakelen op Dell OS9 switch.

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

Het doel van dit artikel is om een veilige verbindingsmethode in te schakelen en tegelijkertijd een onveilige methode voor externe verbinding, Telnet, uit te schakelen op Force10 S-serie switches.

Voer de volgende stappen uit om SSH in te schakelen, die standaard is uitgeschakeld, en Telnet, standaard ingeschakeld:
  1. Schakel SSH in de CLI in via een console- of Telnet-verbinding waarmee de configuratie wordt opgeslagen. 
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. Test de externe toegang met SSH.
    1. Open een terminalemulatorprogramma zoals Putty
    2. Voer het IP-adres van de switch in het bijbehorende vak in
    3. Stel het verbindingstype in op SSH
    4. Klik op Open (Openen)
    5. Meld u aan bij de switch met behulp van de CLI
WAARSCHUWING: Als u een succesvolle aanmelding met behulp van SSH niet test voordat Telnet wordt uitgeschakeld, kan dit ertoe leiden dat de externe toegang tot de switch verloren gaat.
 
  1. Telnet uitschakelen en configuratie opslaan met behulp van een Putty sessie SSH in de CLI.
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