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

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

时间:2018-11-08 20:49:45      阅读:371      评论:0      收藏:0      [点我收藏+]

标签:any   table   ssh   rmi   check   using   .com   note   perm   

摘自: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

标签:any   table   ssh   rmi   check   using   .com   note   perm   

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

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