H3C S5120交换机置本地用户认证的SSH登录

1,给交换机配置IP,这里用DHCP Client自动获取。

int vlan1

ip add dhcp-alloc

quit

2,配置本地用户。

local-user mgr

password cipher 123456

service-type ssh

quit

3,配置vty接口。

user-interface vty 0 4

authentication-mode scheme

protocol inbound ssh

quit

4,配置super级别和密码。

super password level 3 cipher 123456

5,开启ssh服务。

ssh server enable

至此全部配置完成。

尝试登录和进入super3,console均有日志产生。

本文链接地址: https://danteng.org/h3c-s5120-local-user-authed-ssh-login/