我是靠谱客的博主 潇洒超短裙,最近开发中收集的这篇文章主要介绍Bad owner or permissions on .ssh/config,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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.

转载于:https://www.cnblogs.com/ytjjyy/p/4076442.html

最后

以上就是潇洒超短裙为你收集整理的Bad owner or permissions on .ssh/config的全部内容,希望文章能够帮你解决Bad owner or permissions on .ssh/config所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(64)

评论列表共有 0 条评论

立即
投稿
返回
顶部