ssh Permissions 0777 for '*_rsa' are too open

今天使用ssh连接测试服务器的时候突然报错,Permissions 0777 for '*_rsa' are too open 无法读取秘钥文件。
查看了 相关博文解决了问题

sudo chmod -R 777 id_rsa

似乎是权限过高的问题

posted @ 2019-11-01 14:44  oasis_cuke  阅读(505)  评论(0)    收藏  举报