将主机变为服务器,ssh连接出现access denied

解决方法是:

修改/etc/ssh/ssh_config文件,

#PermitRootLogin prohibit-password改为
PermitRootLogin yes

 

然后 PasswordAuthentication yes

最后,设置root的密码。passwd root。

重启ssh(/etc/init.d/ssh restart)之后就可以了。

posted @ 2021-06-24 20:59  雷雷提  阅读(258)  评论(0)    收藏  举报