putty: server refused our key

发表于:2007-07-04来源:作者:点击数: 标签:

开始root可以用putty连接上去了,普通用户却不行。

最后发现是sshd_config的配置问题,需要StrictModes no。

现在基本上搞定了,最后的sshd_config配置:
PermitRootLogin yes
StrictModes no
PubkeyAuthentication yes
AuthorizedKeysFile      .ssh/authorized_keys

原文转自:http://www.ltesting.net