linux 用SSH连接No further authentication methods available"问题

Posted lovlos

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux 用SSH连接No further authentication methods available"问题相关的知识,希望对你有一定的参考价值。

解决办法:以root身份在控制台登录,用vi或其它编辑器修改/etc/ssh/sshd_config文件,将
#PasswordAuthentication no
一行改成
PasswordAuthentication yes
保存修改后退出。重起sshd:
myhost# kill -HUP `cat /var/run/sshd.pid`
即可。

修改/etc/ssh/sshd_config文件时注意检查一下PermitRootLogin的配置,如果是
PermitRootLogin yes
可能会带来安全隐患,建议将此句用“#”注释掉,或者改成
PermitRootLogin no
缺省是no。

当然如果确实需要用root登录,别忘了给root加一个复杂一点的密码,没有密码是不能通过登录的,除非

PermitEmptyPasswords设成了yes,不过这是严重不推荐的。















以上是关于linux 用SSH连接No further authentication methods available"问题的主要内容,如果未能解决你的问题,请参考以下文章

开启redis服务后,无法远程连接服务器上的redis的问题解决办法(Connection refused: no further information)

我的世界多人联机出现java.net.Connect Exception:Connection timed out: no further information怎么办

if you are looking for some fast relief,look no further,啥意思

我的世界 mc 联机出现java.net.ConnectException: Connection refused no further information

window 链接hbase 报错Connection refused: no further information: DESKTOP-BUT9QSG/192.168.2.109:16020

Xshell 无法连接腾讯云服务器 No supported authentication methods available