首页 > 其他 > 详细

H3C ssh 配置参考

时间:2019-10-29 15:35:52      阅读:101      评论:0      收藏:0      [点我收藏+]

[h3c]public-key local create rsa
回车
[h3c]public-key local create dsa
回车
[h3c]user-interface vty 0 4
[h3c-ui-vty0-4]authentication-mode scheme
[h3c-ui-vty0-4]protocol inbound ssh
[h3c-ui-vty0-4]quit
[h3c]local-user 用户名
[h3c-luser-用户名]password cipher 密码
[h3c-luser-用户名]service-type ssh
[h3c-luser-用户名]authorization-attribute level 3
[h3c-luser-用户名]quit
[h3c]ssh server enable
[h3c]save


or


[h3c]public-key local create rsa
回车
[h3c]public-key local create dsa
回车
[h3c]user-interface vty 0 4
[h3c-ui-vty0-4]authentication-mode scheme
[h3c-ui-vty0-4]protocol inbound ssh
[h3c-ui-vty0-4]quit
[h3c]local-user 用户名
[h3c-luser-用户名]password cipher 密码
[h3c-luser-用户名]service-type ssh
[h3c-luser-用户名]service-type ssh level 3
[h3c-luser-用户名]quit
[h3c]ssh authentication-type default password
[h3c]save

H3C ssh 配置参考

原文:https://www.cnblogs.com/walkersss/p/11758360.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!