型号:H3C MSR30-20
版本:Version 5.20, Release 2209P26, Basic
使用admin账户ssh登录报错 Unable to authenticate using any of the configured authentication methods.
账户和远程登录配置如下
ssh server enable
ssh user admin service-type all authentication-type password
local-user admin
password cipher $c09hhiwhi-
authorization-attribute level 3
service-type ssh
user-interface vty 0 4
authentication-mode scheme
protocol inbound ssh
(0)
最佳答案
看配置没问题,可以console登录然后ssh本机看看能不能登录
(0)
刚刚找到问题了,我使用的是CRT 1、在CRT里边只保存用户名就无法登录 2、把密码保存就可以登进去了
您好,参考
1.生成RSA和DSA密钥对
[H3C]public-key local create rsa
[H3C]public-key local create dsa
2.设置用户接口上的认证模式为AAA,并让用户接口支持SSH协议
[H3C]user-interface vty 0 4
[H3C-ui-vty0-4]authentication-mode scheme
[H3C-ui-vty0-4]protocol inbound ssh
3.创建用户admin,设置认证密码为luwenju-!@# 登录协议为SSH,能访问的命令级别 为 3
[H3C]local-user admin
[H3C-luser-admin]password cipher luwenju-!@#
[H3C-luser-admin]service-type ssh level 3
4.指定用户admin的认证方式为password
[H3C]ssh user admin authentication-type password
(0)
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
刚刚找到问题了,我使用的是CRT 1、在CRT里边只保存用户名就无法登录 2、把密码保存就可以登进去了