key位置 win10生成的ssh_华为路由器配置SSH远程登录,就这么简单
SSH(Secure Shell)是一套協(xié)議標(biāo)準(zhǔn),可以用來(lái)實(shí)現(xiàn)兩臺(tái)機(jī)器之間的安全登錄以及安全的數(shù)據(jù)傳送,其保證數(shù)據(jù)安全的原理是非對(duì)稱加密。
SSH遠(yuǎn)程登錄華為路由器
SSH是在傳統(tǒng)的Telnet協(xié)議之基礎(chǔ)上發(fā)展起來(lái)的一種安全的遠(yuǎn)程登錄協(xié)議,相比于Telnet,SSH無(wú)論是在認(rèn)證方式或者數(shù)據(jù)傳輸?shù)陌踩陨?#xff0c;都有很大的提高,而且部分企業(yè)出于安全的需求網(wǎng)絡(luò)設(shè)備管理必須通過(guò)SSH方式來(lái)實(shí)現(xiàn),如何在華為路由器上配置SSH登錄?如下:
實(shí)驗(yàn)環(huán)境:
SSH遠(yuǎn)程登錄
AR1配置命令:
1、配置ssh用戶
[AR1]aaa
[AR1-aaa]local-user tom password cipher huawei privilege level 3
[AR1-aaa]local-user tom service-type ssh
[AR1-aaa]quit
[AR1]ssh user tom authentication-type password // 配置用戶的認(rèn)證方式
[AR1]stelnet server enable //開啟ssh服務(wù)
2、生成RSA密鑰對(duì)
[AR1]rsa local-key-pair create
The key name will be: Host
% RSA keys defined for Host already exist.
Confirm to replace them? (y/n)[n]:
[AR1]rsa local-key-pair create
The key name will be: Host
% RSA keys defined for Host already exist.
Confirm to replace them? (y/n)[n]:y
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]:
Generating keys...
.........++++++++++++
.........++++++++++++
....................................++++++++
.++++++++
3、配置VTY(虛擬終端)界面,身份認(rèn)證方式為AAA認(rèn)證,允許用戶以SSH的方式接入
[AR1]user-interface vty 0 4
[AR1-ui-vty0-4]authentication-mode aaa
[AR1-ui-vty0-4]protocol inbound ssh
AR2客戶端配置命令:
[SW1]ssh client first-time enable //客戶端第一次登錄時(shí)需要下載公用秘鑰對(duì)
[SW1]stelnet 10.1.11.1
測(cè)試結(jié)果可以正常使用用戶名和密碼的方式SSH遠(yuǎn)程登錄AR1
總結(jié)
以上是生活随笔為你收集整理的key位置 win10生成的ssh_华为路由器配置SSH远程登录,就这么简单的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 使用qtcreator中的git_Git
- 下一篇: 机架搭建_【新阁教育】穷学上位机系列——