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シリーズ スイッチで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シリーズ スイッチで安全な接続方法を有効にし、安全でないリモート接続方法である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. [Connection type]を[SSH]に設定します
    4. 「開く」をクリックします
    5. CLIを使用してスイッチにログインします
警告:Telnetを無効にする前に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