putty登录出现access denied的解决办法
[转]https://www.aliyun.com/jiaocheng/152659.html
在/etc/ssh/sshd_config 中有个 PermitRootLogin, 改成“PermitRootLogin yes”就可以了
重启ssh:
/etc/init.d/ssh restart
越走越远
[转]https://www.aliyun.com/jiaocheng/152659.html
在/etc/ssh/sshd_config 中有个 PermitRootLogin, 改成“PermitRootLogin yes”就可以了
重启ssh:
/etc/init.d/ssh restart