debian安装SSH后无法登录
Monday, September 20th, 2004今天通过apt-get install ssh安装了ssh之后,第一个选项就是问”出于安全考虑,是否仅使用SSH2验证”,我选了默认的yes。安装好后我在Windows下用SSH的客户端(现在用F-Secure SSH Client)无法登录,提示”No further authentication methods available”。我简单的把/etc/ssh/sshd_config中默认的
# Change to yes to enable tunnelled clear text passwords
PasswordAuthentication no改成yes就能登录了。不过这样会不会就不安全了?有待进一步研究,欢迎指教。