華為交換機ssh配置

2021-08-31 07:22:06 字數 1600 閱讀 4467

1、建立本地金鑰對

[core-sw]rsa local-key-pair create

the key name will be: core-sw_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 = 2048]:

generating keys...

..+++++

........................++

....++++

...........++

2、檢查是否存在ssh user(可跳過),系統提示沒有ssh user 存在

[core-sw]dis ssh user-information

info: no ssh user exists.

3、建立ssh user

[core-sw]ssh user test \可以直接敲第二行命令

[core-sw]ssh user test authentication-type password \認證模式為密碼認證

[core-sw]ssh user test service-type stelnet \服務型別為stelnet,即ssh

4、建立使用者

[core-sw]aaa

[core-sw-aaa]local-user test password cipher ***(***處為你想要設定的密碼)

info: add a new user.

[core-sw-aaa]local-user test privilege level 3 \使用者level最高到15

[core-sw-aaa]local-user test service-type ssh \開啟該使用者允許使用ssh訪問裝置的許可權

5、啟用ssh(stelnet)服務

[core-sw]stelnet server enable

info: succeeded in starting the stelnet server.

6、配置vty介面支援的登入協議

[core-sw]user-inte***ce vty 0 4

[core-sw-ui-vty0-4]authentication-mode aaa

[core-sw-ui-vty0-4]protocol inbound ssh

華為交換機SSH配置

裝置 s5700 huawei user inte ce vty 0 4進入虛擬終端 huawei ui vty0 4 authentication mode aaa認證模式aaa huawei ui vty0 4 protocol inbound ssh配置允許登入接入使用者型別的協議 all s...

華為交換機配置時區 華為交換機配置命令

文件大全 華為交換機的基本操作命令 設定日期和時間 時間對於交換機來說非常重要,時間不對很多功能無法實現 clock timezone bj add 08 00 00 在使用者檢視下輸入此命令 clock datetime 13 45 30 2017 09 20 設定當前時間和日期,小時制syste...

華為交換機匯入配置 華為交換機通用配置方式方法

華為交換機通用配置方式方法 1,console口接入 專用的console線,一端連線交換機的console口,另一端連線電腦的串列埠,開啟電腦的超級終端進行 連入交換機後 交換機有預設使用者和密碼 出現提示符 2,遠端管理口位址配置 system view quidway inte ce meth...