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

相关推荐
●VON1 小时前
鸿蒙 PC Markdown 编辑器内核:在 ArkWeb 中离线运行 CodeMirror 6
安全·华为·编辑器·harmonyos·鸿蒙
YM52e3 小时前
鸿蒙Flutter Padding内边距:EdgeInsets详解
android·学习·flutter·华为·harmonyos·鸿蒙
爱写代码的阿木4 小时前
基于鸿蒙OS开发附近社交游戏平台(二十二)-ChatPage 即时通讯 UI
游戏·华为·harmonyos
红烧大青虫5 小时前
HarmonyOS应用开发实战:小事记 - 数据迁移策略:RDB 表结构变更的版本号管理与 onUpgrade 回调
后端·华为·harmonyos·鸿蒙系统
qizayaoshuap6 小时前
# 温度转换 — HarmonyOS 双向转换器与表情符号天气描述实战
华为·harmonyos
爱写代码的阿木7 小时前
基于鸿蒙OS开发附近社交游戏平台(二十三)-拉黑系统、屏蔽与全局过滤
游戏·华为·harmonyos
treesforest7 小时前
平时上网留下的IP地址,到底能被查到什么?
网络·网络协议·tcp/ip·ip地址·ip查询·定位服务
多巴胺梦想家7 小时前
06 代数系统:运算背后的结构之美
网络·拓扑学
小锋学长生活大爆炸8 小时前
【福利】最新免费领取云服务器和虚拟主机攻略
网络·github
qizayaoshuap8 小时前
# 颜色混合器 — HarmonyOS RGB调色板与Slider组件实战
华为·harmonyos