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.

如何在 Force10 S 系列交换机上启用 SSH 和禁用 Telnet

Resumo: 在 Dell Force10 上启用 SSH,在 Dell Force10 上禁用 Telnet,在 Dell OS9 交换机上启用 SSH,在 Dell OS9 交换机上禁用 Telnet。

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

本文的目标是在 Force10 S 系列交换机上启用安全连接方法,同时禁用不安全的远程连接方法 Telnet。

要启用默认禁用的 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. 将连接类型设置为 SSH
    4. 单击Open(打开)
    5. 使用 CLI 登录交换机
警告:如果在禁用 Telnet 之前未能测试使用 SSH 成功登录,可能会导致交换机无法远程访问。
 
  1. 在 CLI 中使用 Putty 会话 SSH 禁用 Telnet 并保存配置。
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