putty登录,提示no supported authentication methods available解决方法
如果用Putty登录linux的时候,提示no supported authentication methods available
解决方法:
1.vi /etc/ssh/sshd_config
将PasswordAuthentication no
改成
PasswordAuthentication yes
2.重启服务器
如果用Putty登录linux的时候,提示no supported authentication methods available
解决方法:
1.vi /etc/ssh/sshd_config
将PasswordAuthentication no
改成
PasswordAuthentication yes
2.重启服务器