apache_conf SSH

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf SSH相关的知识,希望对你有一定的参考价值。

# Some ssh-agent magic
export SSH_AUTH_SOCK=/tmp/.ssh-socket

ssh-add -l >/dev/null 2>&1

if [ $? = 2 ]; then
    # Exit status 2 means couldn't connect to ssh-agent; start one now
    rm -rf /tmp/.ssh-*
    ssh-agent -a $SSH_AUTH_SOCK >/tmp/.ssh-script
    . /tmp/.ssh-script
    echo $SSH_AGENT_PID >/tmp/.ssh-agent-pid
fi


function kill-agent {
    pid=`cat /tmp/.ssh-agent-pid`
    kill $pid
}
Host *.domain
    ProxyCommand ssh -x -q -W %h:%p gateway.server

以上是关于apache_conf SSH的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf SSH配置

apache_conf SSH

apache_conf 示例SSH配置文件。

apache_conf 用于ssh连接的配置文件

apache_conf 〜/ .ssh / config设置主机名别名

apache_conf 登录macOS时自动加载ssh密钥