解决putty登录ubuntu,提示no supported authentication methods available

   用Putty登录ubuntu的时候,提示no supported authentication methods available,可以更改文件/etc/ssh/sshd_config试试,作如下更改:

   PasswordAuthentication yes

   PermitRootLogin yes

 

参考文章: http://lxsym.blog.51cto.com/1364623/551028

你可能感兴趣的:(ubuntu,Authentication,methods)