zoukankan      html  css  js  c++  java
  • 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.

  • 相关阅读:
    动画,缩放
    本地公司
    调研 公司信息
    外贸 内贸 经商
    情感 爱情 恋爱
    H5源码
    世界 生活
    标识
    Jackson
    java数据结构
  • 原文地址:https://www.cnblogs.com/xiaoleiel/p/8300954.html
Copyright © 2011-2022 走看看