銳捷實戰系類 (十六) 使用用戶名+密碼SSH遠程登陸
來自專欄 銳捷實戰
實訓目的
- 掌握使用用戶名+密碼SSH遠程登陸。
實訓拓撲
實驗所需設備:
|設備類型|設備型號|數量|
|-|-|-:|
|三層路由器|S3760|1||主機|Windows 10|1|實訓步驟
步驟1:基本配置。
SW1:
Ruijie>enableRuijie#configure terminalRuijie(config)#hostname SW1SW1(config)#
步驟2:全網基本IP地址配置。
SW1(config)#interface fastEthernet 0/1SW1(config-if-FastEthernet 0/1)#no switchportSW1(config-if-FastEthernet 0/1)#ip address 192.168.1.1 255.255.255.0SW1(config-if-FastEthernet 0/1)#exitSW1(config)#
PC1:
步驟3:開啟SSH服務功能。
SW1(config)#enable service ssh-server
步驟4:生成加密密鑰。
SW1(config)#crypto key generate dsaChoose the size of the key modulus in the range of 360 to 2048 for yourSignature Keys. Choosing a key modulus greater than 512 may takea few minutes.How many bits in the modulus [512]: //直接回車% Generating 1024 bit DSA keys ...[ok]SW1(config)#
步驟5:開啟用戶名+密碼驗證。
SW1(config)#username juxing password ccnaSW1(config)#enable password juxingSW1(config)#line vty 0 4SW1(config-line)#login localSW1(config-line)#endSW1#
步驟6:打開SecureCRT軟體,選擇快速連接。
步驟7:協議選擇SSH2,主機名輸入SW1的IP地址。
步驟8:點擊連接,選擇接受並保存。
步驟9:出現輸入用戶名界面,輸入用戶名:juxing。
步驟10:輸入username的密碼:ccna。
步驟11:確認後進入用戶模式,輸入enable密碼進入到特權模式。
步驟12:查看配置。
1.使用show ssh命令查看ssh服務的狀態。
SW1#show ssh
2.使用show users查看當前登入的用戶。
SW1#show users
推薦閱讀:
※銳捷實戰系類 (四) 交換機的硬開關機
※銳捷實戰系類 (十) 密文enable(特權)密碼
※銳捷實戰系類 (二十一) 三層交換機實現VLAN間路由
※銳捷實戰系類 (十二) 使用用戶名及密碼登陸console