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

相关推荐
Piko6141 小时前
H3C IRF2 堆叠实战:打造高可靠核心交换网络
运维·网络·笔记
在书中成长3 小时前
HarmonyOS 小游戏《对战五子棋》开发第5篇-五子棋GameConstants常量与类型定义最佳实践
华为·harmonyos
最爱老式锅包肉4 小时前
《HarmonyOS技术精讲-ArkWeb》桥接两岸:JSBridge原生与Web互调
前端·华为·harmonyos
茯苓gao4 小时前
嵌入式开发笔记:CANopen相关移位运算与通信协议术语详解
网络·嵌入式硬件·学习·信息与通信
万联WANFLOW4 小时前
SD-WAN 控制平面高可用怎么做?SDWAN 控制器挂了,全网会发生什么
运维·网络·分布式·架构
酱学编程5 小时前
【从零到一实现一个 AI Agent 框架 · 第四篇】04. 任务规划:拆解复杂目标 -
服务器·网络·数据库·人工智能
风行南方6 小时前
密码学之分组密码
网络·密码学
艾莉丝努力练剑7 小时前
OpenCode AI 编程:Ubuntu 24.04 环境安装与使用指南
linux·服务器·网络·人工智能·tcp/ip·ubuntu
最爱老式锅包肉7 小时前
《HarmonyOS技术精讲-Core Speech Kit(基础语音服务)》第3篇:语音合成——文本到自然语音的魔法
华为·harmonyos
●VON8 小时前
HarmonyKit | 鸿蒙新特性驱动:组件-工具-页面三层架构设计
华为·harmonyos·鸿蒙