ssh 登陆 提示“No supported authentication methods available”

sshd 的配置文件 /etc/ssh/sshd_config中:

PasswordAuthentication yes

是设置是否允许密码登陆的。

PermitRootLogin yes

而这一行是设置是否允许root登陆的。

随机文章:

发表评论