Ubuntu SSH登陆出现Access Denied错误

[转]https://www.aliyun.com/jiaocheng/152659.html

在/etc/ssh/sshd_config 中有个 PermitRootLogin, 改成“PermitRootLogin yes”就可以了
 

重启ssh: 
/etc/init.d/ssh restart

你可能感兴趣的:(linux)