通过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

相关推荐
云端漫步19878 小时前
HarmonyOS 互动卡片(Live Form)入门指南:双态架构与场景动效全景解析
华为·架构·harmonyos
記億揺晃着的那天8 小时前
NAS 内网域名访问为什么需要浏览器授权
网络·nginx·js·nas
chunmiao30329 小时前
DeepSeek V4-Pro 正式版上线,API 8月17日起分时调价
网络·安全
迪康Defender11 小时前
AI 重构终端安全运营:智能分析中枢 AI Insight 模块架构与落地场景深度解析
运维·网络·人工智能·其他·安全·重构·架构
0x5311 小时前
Java网络编程(二)
java·服务器·网络
西安景驰电子13 小时前
《PTP精确时间协议系列》第一篇:从原理到应用,全面解读IEEE 1588
linux·运维·服务器·开发语言·网络·windows·php
ZGi.ai14 小时前
多模型回答不稳定:路由规则与评测方法
网络·人工智能·大模型评测·多模型·模型路由·zgi·模型网关
80s77714 小时前
独享住宅IP、长效代理ip是什么?有哪些作用?
网络·网络协议·tcp/ip
IPdodo_14 小时前
静态 IP、住宅 IP 和固定出口有什么区别?开发场景选型指南
服务器·网络·网络协议·tcp/ip·代理ip
_ZHOURUI_H_15 小时前
Unity TCP底层极限拆解:粘包、半包、CRC、序列号、双缓冲到底怎么一起工作的?
网络·网络协议·tcp/ip·游戏·unity·游戏引擎·游戏开发