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

本文旨在啟用更安全的遠端存取方法 SSH,同時停用 Force10 S 系列交換器


上不安全的遠端連線方法 Telnet若要啟用 SSH (預設為停用) 和停用 Telnet (預設為啟用),請完成下列步驟:


1. 使用儲存組態的主控台或 Telnet 連線,透過 CLI 啟用 SSH。

Dell>
en>
Dell#
Dell#configure
Dell(conf)#ip ssh server enable
Dell(conf)#crypto key generate
Dell(conf)#
exitDell#show ip ssh

SSH server : enabled (已啟用)。
SSH 伺服器版本 :v1 和 v2。
密碼認證 : 已啟用。
主機認證:已停用。
RSA 驗證:已停用。
Vty 加密遠端 IP

Dell(conf)#exit
Dell#copy running-config startup-config

具有相同名稱的檔案已存在。
繼續複製檔案 [確認是/否]:y                 



2.  測試透過 SSH 的遠端存取。

一.開啟終端機模擬器程式,如 Putty
二.在對應的方塊中輸入交換器的 IP 位址
C.將連線類型設定為 SSH
D.按一下「開啟
E.透過 CLI 登入交換器
 

 
若無法在停用 Telnet 之前透過 SSH 測試登入成功,可能會導致無法遠端存取交換器。

 
3.  停用 Telnet,並使用命令行介面 (CLI) 透過 SSH 從 Putty 工作階段儲存組態。

Dell>
Dell>en
Dell#
Dell#configure
Dell(conf)#no ip telnet server enable
Dell(conf)#exit
Dell#copy running-config startup-config
              
同名檔案已存在。
繼續複製檔案 [確認是/否]: y

Article Properties


Last Published Date

21 Feb 2021

Version

3

Article Type

How To