首页 > 其他 > 详细

keyboard-interactive authentication with the ssh2 server failed 的SecureCRT报错解决

时间:2020-05-28 11:15:22      阅读:431      评论:0      收藏:0      [点我收藏+]

两种解决方法:

 

一、选定SSH2,选择Authentication,勾选Password,然后将该选项上移,挪到第一位即可

 

技术分享图片

 

或者:

 

二、服务器端修改配置

默认情况/etc/ssh/sshd_config文件为注释掉的,

#PasswordAuthentication no

改为

PasswordAuthentication yes


#以下视情况修改

#PermitRootLogin = no         

改为

PermitRootLogin = yes          #允许root用户直接登陆 #不建议root用户直接登录,可能会涉及安全问题

 

keyboard-interactive authentication with the ssh2 server failed 的SecureCRT报错解决

原文:https://www.cnblogs.com/flyxuxi/p/12979086.html

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