码迷,mamicode.com
首页 > 其他好文 > 详细

H3C网络设备配置SSH登录

时间:2018-10-22 22:21:10      阅读:310      评论:0      收藏:0      [点我收藏+]

标签:方法   juniper   ice   dsa   prot   生成   方式   使用   cal   

使用SSH+密码认证(基本SSH配置方法)
注:在用户使用SSH登录交换机时,交换机对所要登录的用户使用密码对其进行身份验证
生成RSA和DSA密钥对
[H3C]public-key local create rsa
[H3C]public-key local create dsa
设置用户接口上的认证模式为AAA,并让用户接口支持SSH协议
[H3C]user-interface vty 0 4
[H3C-ui-vty0-4]authentication-mode scheme
[H3C-ui-vty0-4]protocol inbound ssh
创建用户juniper,设置认证密码为juniper登录协议为SSH
[H3C]local-user juniper
[H3C-luser-juniper]password cipher juniper
指定用户juniper的认证方式为password
[H3C]ssh user juniper service-typ all authentication-type password
一个基本的SSH配置就结束了,配置完成后即可使用SSH登录工具进行连接交换机

H3C网络设备配置SSH登录

标签:方法   juniper   ice   dsa   prot   生成   方式   使用   cal   

原文地址:https://www.cnblogs.com/networking/p/9833291.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!