Tunnel over HTTPS

前端 未结 13 1460
梦毁少年i
梦毁少年i 2021-01-30 11:09

At my workplace, the traffic blocker/firewall has been getting progressively worse. I can\'t connect to my home machine on port 22, and lack of ssh access makes me sad. I was

13条回答
  •  清酒与你
    2021-01-30 12:08

    Proxy tunnel may be your answer

    http://proxytunnel.sourceforge.net/

    lets say my ssh server is host.domain.tld and my works proxy server is 10.2.4.37

    I would add this to my local ssh config

    Host host.domain.tld ProxyCommand /usr/local/bin/proxytunnel -q -p 10.2.4.37:3128 -d %h:%p ProtocolKeepAlives 30

提交回复
热议问题