解决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

版权声明:本文为chenyong19870904原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。