Avançar para o conteúdo principal
  • Efetuar encomendas de forma rápida e fácil
  • Ver todas as encomendas e controlar o seu estado de expedição
  • Criar e aceder a uma lista dos seus produtos
  • Gerencie seus sites, produtos e contatos de nível de produto da Dell EMC usando o Company Administration.

How to Enable SSH and Disable Telnet on Force10 S-Series Switches

Resumo: Enable SSH on Dell Force10, disable Telnet on Dell Force10, enable SSH on Dell OS9 switch, disable Telnet on Dell OS9 switch.

Este artigo pode ter sido traduzido automaticamente. Se você tiver comentários sobre a qualidade dele, conte-nos usando o formulário na parte inferior da página.

Conteúdo do artigo


Instruções

The objective of this article is to enable a secure connection method, while disabling an insecure method of remote connection, Telnet, on Force10 S-Series Switches.

To enable SSH, disabled by default, and to disable Telnet, enabled by default, complete the following steps:
  1. Enable SSH in the CLI using a console or Telnet connection saving the configuration. 
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 the remote access using SSH.
    1. Open a terminal emulator program such as Putty
    2. Enter the IP address of the switch in the corresponding box
    3. Set the Connection type to SSH
    4. Click Open
    5. Log in to the switch using the CLI
WARNING: Failure to test a successful login using SSH prior to disabling Telnet could result in the loss of remote access to the switch.
 
  1. Disable Telnet and save configuration using a Putty session SSH in the 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

Propriedades do artigo


Produto afetado

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

Data da última publicação

12 jul. 2024

Versão

4

Tipo de artigo

How To