admin 发表于 2022-5-8 19:32:51

h3c-s3600配置远程登录

h3c-s3600配置远程登录
user-interface vty 0 4


authentication-mode password
set authentication password cipher xxx

user privilege level 3
quit
authentication-mode scheme
protocol inbound telnet   


interface Vlan-interface 1
ip address 192.168.8.251 255.255.255.0
quit


创建用户:
local-user admin
password cipher xxxx
level 3
service-type ssh telnet
quit


ssh user admin authentication-type password


页: [1]
查看完整版本: h3c-s3600配置远程登录