码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-08-10 21:56:24      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

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

标签:

原文地址:http://www.cnblogs.com/yaowj/p/4719243.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!