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

Posted noxy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Bad owner or permissions on $HOME/.ssh/config相关的知识,希望对你有一定的参考价值。

摘自: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的主要内容,如果未能解决你的问题,请参考以下文章

windows10下Bad owner or permissions on .ssh/config的解决办法

win10在远程连接配置中出现`Bad owner or permissions on C:\Users\Administrator/.ssh/config` 报错

win10在远程连接配置中出现`Bad owner or permissions on C:\Users\Administrator/.ssh/config` 报错

win10在远程连接配置中出现`Bad owner or permissions on C:\Users\Administrator/.ssh/config` 报错

解决VS code报错,过程试图写入的管道不存在(Bad owner or permissions on C:\Users\Administrator/.ssh/config)

openssh windows坏主人或权限