H3C网络设备配置SSH登录

Posted networking

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H3C网络设备配置SSH登录相关的知识,希望对你有一定的参考价值。

使用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登录的主要内容,如果未能解决你的问题,请参考以下文章

cisco H3c 交换机配置远程ssh

H3C网络设备配置telnet登录

H3C网络设备配置telnet登录

H3C网络设备配置telnet登录

h3c交换机telnet配置命令

h3c设备使用paramiko模块连接(SSHException:Channel closed)