最佳答案
您好,请知:
以下是SSH的参考配置命令:
2、创建管理员账号,并赋予最高权限,仅允许SSH登录
[H3C]local-user admin
New local user added.
[H3C-luser-manage-admin]password simple admin
[H3C-luser-manage-admin]service-type ssh
[H3C-luser-manage-admin]authorization-attribute user-role network-admin
[H3C-luser-manage-admin]quit
4、开启SSH功能
[H3C]ssh server enable
5、在VTY调用本地用户登录
[H3C]line vty 0 4
[H3C-line-vty0-4]authentication-mode scheme
[H3C-line-vty0-4]protocol inbound ssh
[H3C-line-vty0-4]quit
重建密钥看下,以下是参考命令:
public-key local create rsa
(0)
还是不行。。。
按这个配置的密钥 1.1.1 配置步骤 (1) 配置Stelnet服务器 # 生成RSA密钥对。 <AC> system-view [Switch] public-key local create rsa The range of public key size is (512 ~ 2048). If the key modulus is greater than 512, it will take a few minutes. Press CTRL+C to abort. Input the modulus length [default = 1024]: Generating Keys... ........................++++++ ...................++++++ ..++++++++ ............++++++++ Create the key pair successfully. # 生成DSA密钥对。 [AC] public-key local create dsa The range of public key size is (512 ~ 2048). If the key modulus is greater than 512, it will take a few minutes. Press CTRL+C to abort. Input the modulus length [default = 1024]: Generating Keys... .++++++++++++++++++++++++++++++++++++++++++++++++++* ........+......+.....+......................................+ ...+.................+..........+...+. Create the key pair successfully. # 生成ECDSA密钥对。 [AC] public-key local create ecdsa secp256r1 Generating Keys... . Create the key pair successfully.
把密码策略关闭看下。 undo password-control enable
local-user 下面没有配置密码?
(0)
你的密码好像不符合 密码控制策略 另外 你把ssh登陆方式改成scheme 试试
配了 [AC] local-user client001 class manage [AC-luser-manage-client001] password simple aabbcc [AC-luser-manage-client001] service-type ssh [AC-luser-manage-client001] authorization-attribute user-role network-admin [AC-luser-manage-client001] quit
你的密码好像不符合 密码控制策略 另外 你把ssh登陆方式改成scheme 试试
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
把密码策略关闭看下。 undo password-control enable