Adds SOCKS and HTTPS proxy support to SSH connections
Provides SOCKS and HTTPS proxy support to SSH
connect$ ssh -o ProxyCommand="connect -S proxy.example.com:1080 %h %p" user@remote.example.com$ ssh -o ProxyCommand="connect -H proxy.example.com:8080 %h %p" user@remote.example.com$ connect -S proxy.example.com:1080 -a username:password remote.example.com 22