H3C MSR50-40路由器ssh配置

1.system-view
2.public-key local create rsa
public-key local create dsa
ssh server enable
3.user-interface vty VTY号
authentication-mode scheme
上述操作是设置一个VTY的,如果允许同时登陆多个,需要登几个就设几个VTY,重复上面俩操作即可
4.quit
5.local-user 用户名
password simple 密码
authorization-attribute level 3(默认级别为0,很多命令无法执行,3为最高权限)
service-type ssh
6.quit
7.ssh user 用户名 service-type stelnet authentication-type password

    推荐阅读