通过SSH远程登录华为设备

01 进入系统编辑视图

system-view

Enter system view, return user view with return command.

02 创建本地RSA密钥对

[HUAWEI]rsa local-key-pair creat

The key name will be:HUAWEI_Host

The range of public key size is (2048 ~ 2048).

NOTE: Key pair generation will take a short while.

03 配置vty界面支持的登录协议

[HUAWEI] user-interface vty 0 4

[HUAWEI-ui-vty0-4]authentication-mode aaa

Warning: The level of the user-interface(s) will be the default level of AAA users, please check whether it is correct. After the authentication mode is set to AAA, you need to enter the user name and password to log in.

[HUAWEI-ui-vty0-4]protocol inbound all

[HUAWEI-ui-vty0-4]commit

04 创建SSH用户xxx

[HUAWEI-ui-vty0-4]ssh user abc01

Info: Succeeded in adding a new SSH user.

[HUAWEI]ssh user abc01 authentication-type password

05 在AAA视图下创建同名的local-user用户

[HUAWEI]aaa

[HUAWEI-aaa]local-user abc01 password cipher ********

Info: A new user is added

[HUAWEI-aaa]local-user abc01 service-type ssh

Info: The user josen01's password has been changed to be irreversible.

[HUAWEI-aaa]local-user abc01 level 3

[HUAWEI-aaa]q

06 配置SSH用户的服务方式

[HUAWEI]ssh user abc01 service-type all

若该步骤不做,可能会导致ssh连接时报shell request failed on channel 0错误

07 使能ssh服务

[HUAWEI]stelnet server enable

Info: Succeeded in starting the STelnet server.

08 提交保存

[HUAWEI]commit

[HUAWEI]

相关推荐
kingking443 分钟前
剖析:基于 RDMA 的多机数据分发和接收场景
服务器·网络·c++
明达技术39 分钟前
Mbox物联网关:驱动工业数据汇聚与智能处理的核心引擎
大数据·网络
zzlyx992 小时前
HarmonyOS鸿蒙系统开发应用程序,免费开源DevEco Studio开发工具
华为·harmonyos
鱼跃鹰飞3 小时前
大厂面试真题- RPC通讯协议如何保证数据完整性
java·网络·网络协议·算法·面试·职场和发展·rpc
pumpkin845143 小时前
Diameter协议
网络
KookeeyLena74 小时前
服务器被挂马,导致网站首页被更改怎么解决
运维·服务器·网络
DoubleCui4 小时前
记一次Mac 匪夷所思终端常用网络命令恢复记录
网络·macos·shell·terminal
北亚数据恢复4 小时前
服务器数据恢复—存储映射到服务器上的卷无法挂载的数据恢复案例
服务器·网络·数据库
2的n次方_5 小时前
深度解析 HTTP
网络·网络协议·http