corkscrew

Tunnel SSH connections through HTTP proxies using CONNECT method

brewmacoslinux
Try with needOr install directly
Source

About

Tunnel SSH through HTTP proxies

Commands

corkscrew

Examples

Tunnel SSH through HTTP proxy to remote host$ ssh -o ProxyCommand='corkscrew proxy.example.com 8080 %h %p' user@remote.host
Use corkscrew with proxy authentication$ corkscrew proxy.example.com 8080 target.host 22
Configure in SSH config file for persistent use$ echo 'ProxyCommand corkscrew proxy.example.com 8080 %h %p' >> ~/.ssh/config