apache_conf 示例SSH配置文件。

Posted

tags:

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

Host intermediary
    User foobar
    Hostname 100.100.121.33
    Port 14500
    ServerAliveInterval 60
    ServerAliveCountMax 30
    
Host target
    User foobar
    Hostname 100.100.232.44
    Port 22
    ForwardAgent yes
    LocalForward 9000 localhost:80
    ProxyCommand ssh -W %h:%p intermediary
    ServerAliveInterval 60
    ServerAliveCountMax 30
    

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

apache_conf 用于ssh连接的配置文件

apache_conf SSH配置

apache_conf 配置示例1

apache_conf Git示例配置

apache_conf 示例配置

apache_conf InfiniteWP配置示例