H3C-典型3600、3610等接入交换机配置SSH登录

3600 --3610
super
YX6281005
system-view
local-user admin
password cipher YX6281005
service-type ssh telnet
quit
ssh server enable
rsa local-key-pair create
1024
ssh user admin authentication-type password
ssh user lha authentication-type password
user-interface vty 0 4
protocol inbound ssh

本地用户:
domain default enable system
radius用户:
domain default enable dkeyserver






3600v2
system-view
local-user admin
password cipher YX6281005
service-type ssh telnet
quit
ssh server enable
public-key local create rsa
1024
ssh user admin service-type all authentication-type password
ssh user lha service-type all authentication-type password
user-interface vty 0 4
protocol inbound ssh
save
y

y


3900
system-view
local-user admin
password cipher YX6281005
service-type ssh telnet
quit
ssh server enable
rsa local-key-pair create
1024
ssh user admin service-type all
ssh user lha authentication-type all
user-interface vty 0 4
protocol inbound ssh

相关文档
最新文档