用Putty登录ubuntu的时候,提示no supported authentication methods available,可以更改文件/etc/ssh/sshd_config试试,作如下更改:
PasswordAuthentication yes
PermitRootLogin yes
参考文章: http://lxsym.blog.51cto.com/1364623/551028
本文提供了解决在使用Putty登录Ubuntu时遇到的nosupportedauthenticationmethodsavailable错误的方法,通过修改配置文件/etc/ssh/sshd_config来启用密码认证和允许root用户登录。
用Putty登录ubuntu的时候,提示no supported authentication methods available,可以更改文件/etc/ssh/sshd_config试试,作如下更改:
PasswordAuthentication yes
PermitRootLogin yes
参考文章: http://lxsym.blog.51cto.com/1364623/551028
1895

被折叠的 条评论
为什么被折叠?