首页 > 其他 > 详细

为H3C配置SSH远程密码登陆

时间:2021-04-09 23:57:49      阅读:26      评论:0      收藏:0      [点我收藏+]
配置管理接口地址用来登录
interface M-GigabitEthernet0/0/0
  ip address 192.168.1.252 24
  quit

创建虚拟终端验证方式

user-interface vty 0 4
  authentication-mode scheme
    user-role network-admin
    protocol inbound ssh
  quit

添加ssh用户并绑定服务类型和授权

local-user myroot class manage
  password hash 123456
  service-type ssh
  authorization-attribute user-role network-admin
  quit

开启服务并保存

ssh server enable
ssh usr mgr service-type stelnet authentication-type password
quit
save

为H3C配置SSH远程密码登陆

原文:https://blog.51cto.com/huanghai/2694715

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!