H3C 创建ssh用户

1.配置管理端口dhcp自动获取地址:
interface M-GigabitEthernet0/0/0
ip address dhcp-alloc

2.创建本地用户:
local-user admin class manage
password hash h3c@123456
service-type ssh
authorization-attribute user-role network-admin

ssh server enable
line vty 0 15
authentication-mode scheme
protocol inbound ssh
3.测试