侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

华为网络设备SSH密码配置,必要条件

2023-03-29 星期三 / 0 评论 / 0 点赞 / 80 阅读 / 848 字

user-interface con 0authentication-mode passwordset authentication password cipher console密码idle-tim

.

user-interface con 0
authentication-mode password
set authentication password cipher console密码
idle-timeout 5 0
user-interface vty 0 4
acl 2099 inbound
authentication-mode aaa
user privilege level 15
idle-timeout 5 0
protocol inbound ssh

stelnet server enable
ssh user 用户名
ssh user 用户名 authentication-type password
ssh user 用户名 service-type stelnet

aaa
authentication-scheme default
authorization-scheme default
accounting-scheme default
domain default
domain default_admin
local-user 用户名 password cipher SSH密码
local-user 用户名 privilege level 3
local-user 用户名 service-type ssh
undo local-user admin

acl number 2099
rule 10 permit source 网管网IP地址 0.0.0.0
#

.

广告 广告

评论区