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 more secure remote access method, SSH, 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:


1.  Enable SSH via 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 



2.  Test remote access via SSH.

A. Open a terminal emulator program such as Putty
B. Enter the ip address of the switch in the corresponding box
C. Set the Connection type to SSH
D. Click on Open
E. Login to the switch via the CLI
 

 
Failure to test a successful login via SSH prior to disabling Telnet could result in the loss of remote access to the switch.

 
3.  Disable Telnet and save configuration from a Putty session via SSH using 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


Data da última publicação

21 fev. 2021

Versão

3

Tipo de artigo

How To