自问自答:大概率是关于公钥权限或者所属出了问题
1.更改文件权限
chmod 600 ~/.ssh/id_rsa
chmod 700 ~/.ssh
2.更改文件所属
chown usr ~./ssh/id_rsa
chgrp usr ~/.ssh/id_rsa