開啟華為交換機路由器ssh訪問

weixin_33766168發表於2017-11-15

需求: PC機客戶端通過SSH能夠遠端登入交換機進行遠端管理。


步驟一,生成本地金鑰對:

1
2
3
4
5
6
7
8
9
10
11
[test]rsa local-key-pair create 
The key name will be: Auotnavi-callcenter-01_Host 
The range of public key size is (512 ~ 2048). 
NOTES: If the key modulus is greater than 512, 
       It will take a few minutes. 
Input the bits in the modulus[default = 512]:1024 
Generating keys... 
.++++++ 
............++++++ 
...............++++++++ 
.++++++++

步驟二,配置VTY使用者介面:

1
2
3
4
[Auotnavi-callcenter-01]user 
[Auotnavi-callcenter-01]user-interface vty 0 4 
[Auotnavi-callcenter-01-ui-vty0-4]authentication-mode aaa 
[Auotnavi-callcenter-01-ui-vty0-4]protocol inbound ssh

步驟三,建立SSH使用者及密碼

1
2
3
4
#aaa
#local-user root password simple 123456 
#local-user root privilege level 3 
#local-user root service-type ssh

步驟四:  配置ssh使用者的認證方式和服務方式

1
2
3
[Quidway] ssh user 使用者名稱 authentication-type password
或[Quidway] ssh authentication-type default password   #如果使用者過多可直接設定預設的認證方式
[Quidway] ssh user username service-type {sftp | stelnet | all }      #這步驟沒有配置,可能出現 server refused to start a shell/command.

步驟五:使能ssh服務

1
[Quidway] stelnet server enable

















本文轉自lq201151CTO部落格,原文連結:http://blog.51cto.com/liuqun/2045672 ,如需轉載請自行聯絡原作者






相關文章