This program adds proxy support to ssh. Once installed, ssh will obey
the ssh_proxy environment variable (or all_proxy as a fallback) and
will try to connect to the server through that proxy. Example:
export ssh_proxy="socks5://10.139.2.1:8066"
ssh example.com # will connect through SOCKS5 proxy