标签:details tar art login thread nec 登录系统 使用 执行
1、如果putty能正常使用,解决方法很简单:
只要在Putty的configuration里面Connection-》SSH-》Auth-》GSSAPI的配置中,去掉默认的Attempt GSSAPI authentication(ssh-2 only) 一项前面的对勾就可以了。
旧版Putty的时候就没有这个问题。
2、如果不能正常使用putty:
使用命令 vi /etc/ssh/sshd_config
在文件中找到
#PermitRootLogin without-password 也可能是#PermitRootLogin no
将之改为
PermitRootLogin yes #注意要删除前面的#号
:wq保存退出,执行 service ssh restart ,重启sshd即可
参考资料
Linxu SSH登陆出现Access Denied错误的解决方法
PUTTY登录远程linux的root显示access denied
标签:details tar art login thread nec 登录系统 使用 执行
原文地址:https://www.cnblogs.com/jsjrj01/p/10303216.html