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

Bad owner or permissions on .ssh/config

时间:2014-11-05 16:43:54      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:io   ar   os   div   on   ad   ef   as   file   

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

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 .ssh/config

标签:io   ar   os   div   on   ad   ef   as   file   

原文地址:http://www.cnblogs.com/ytjjyy/p/4076442.html

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