putty: server refused our key
时间:2005-07-08 来源:bingocn
开始root可以用putty连接上去了,普通用户却不行。
最后发现是sshd_config的配置问题,需要StrictModes no。
现在基本上搞定了,最后的sshd_config配置:
PermitRootLogin yes
StrictModes no
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys
相关阅读 更多 +