通过SSH远程登录华为设备

01 进入系统编辑视图

system-view

Enter system view, return user view with return command.

02 创建本地RSA密钥对

HUAWEIrsa 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-4authentication-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-4protocol inbound all

HUAWEI-ui-vty0-4commit

04 创建SSH用户xxx

HUAWEI-ui-vty0-4ssh user abc01

Info: Succeeded in adding a new SSH user.

HUAWEIssh user abc01 authentication-type password

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

HUAWEIaaa

HUAWEI-aaalocal-user abc01 password cipher ********

Info: A new user is added

HUAWEI-aaalocal-user abc01 service-type ssh

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

HUAWEI-aaalocal-user abc01 level 3

HUAWEI-aaaq

06 配置SSH用户的服务方式

HUAWEIssh user abc01 service-type all

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

07 使能ssh服务

HUAWEIstelnet server enable

Info: Succeeded in starting the STelnet server.

08 提交保存

HUAWEIcommit

HUAWEI

相关推荐
小诗懂技术12 小时前
【网络通信UDP】基础 进程间不同主机的通信
运维·服务器·网络
Hstar_chen12 小时前
开源一款 HarmonyOS 服务器监控客户端:星辰云巡 1.0.3
服务器·华为·harmonyos
DM今天肝到几点?14 小时前
AI 安全进入「攻防同频」:Gemini 3.8 Flash Cyber 上线、Astra 触及关键级、HiddenLayer 融资 1 亿美元
网络·人工智能·深度学习·安全·语言模型·开源·知识图谱
幼儿园蛋小黑14 小时前
TCP 并发:从原理到高并发实践
网络·网络协议·tcp/ip
我爱cope16 小时前
【计算机网络 | 网络层11:ICMP 协议:Ping 和 Traceroute 的底层原理】
网络·学习·计算机网络
Latticy17 小时前
vulnhub系列靶机-Photographer
网络·网络安全·内网渗透·内网
爱浦路 IPLOOK17 小时前
矿山无人化作业5G专网方案:企业专网核心网络选型分析
网络·分布式·科技·5g·信息与通信
制冷技术咨询与服务17 小时前
某纯电牵引车的CAN网络3
网络·某纯电牵引车的can网络2
驭渊的小故事18 小时前
网络原理04(http协议详细解析3)(2000详细解析HTTPS的工作原理)
网络·网络协议·http
额额额对了18 小时前
Linux 进程间通信(IPC)核心机制:消息队列、共享内存与信号量详解
linux·网络·网络协议