首页 > 其他 > 详细

Bad owner or permissions on $HOME/.ssh/config

时间:2018-11-08 20:28:13      阅读:216      评论:0      收藏:0      [点我收藏+]

摘自:https://www.cnblogs.com/ytjjyy/p/4076442.html

The ssh with RHEL 4 is a lot more anal about security checking. In my case, it was the fact that $HOME/.ssh/config was group-writable which was causing it to barf. To fix:

$ cd ~/.ssh
$ chmod 600 *

Note that this error message is kind of stupid, since $HOME/.ssh had permissions 700 on it, and $HOME had 750 permissions on it. If any process managed to evade those permissions, changing the permissions on the config file would be similarly defeated.

Bad owner or permissions on $HOME/.ssh/config

原文:https://www.cnblogs.com/noxy/p/9931769.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!