SSH使用私钥登录提示“Server refused our key”

解决办法
恢复目录文件SELinux属性

restorecon -R -v /root/.ssh

如果上述方法无效,检查以下文件、目录的权限

/root     #权限小于755
/root/.ssh     #权限小于755
/root/.ssh/authorized_keys     #权限小于644

来源:
https://stackoverflow.com/questions/7268788/centos-6-sshd-server-refused-our-key
https://serverfault.com/questions/820700/unable-to-loginssh-with-public-private-key-pair