Tunnel SSH connections through HTTP proxies using CONNECT method
Tunnel SSH through HTTP proxies
corkscrew$ ssh -o ProxyCommand='corkscrew proxy.example.com 8080 %h %p' user@remote.host$ corkscrew proxy.example.com 8080 target.host 22$ echo 'ProxyCommand corkscrew proxy.example.com 8080 %h %p' >> ~/.ssh/config