putty: server refused our key不能用證書登錄問題解決

putty: <wbr>server <wbr>refused <wbr>our <wbr>key不能用證書登錄問題解決

xshell一樣登錄不了html

我用putty配置了自動登陸到服務器組成的cluster,今天忽然出現錯誤
server refused our key
要輸入用戶密碼才能登陸shell

折騰了半天也沒找到緣由vim

最後發現是權限的問題致使,ssh登錄默認爲「嚴格」模式服務器

解決方案一:ssh

[root@localhost zhangkai2]# chmod 700 .sshide

[root@localhost .ssh]# chmod 600 authorized_keys*
.ssh目錄權限是700
.ssh裏面的文件權限是600url

 

解決方案二:rest

修改sshd_config的配置,須要StrictModes no。server

vim vim /etc/ssh/sshd_confightm

/etc/init.d/sshd restart

相關文章
相關標籤/搜索