ssh
SSH remote login client.
$ ssh -D 1080
Examples
# SOCKS proxy on localhost:1080 ssh -D 1080 user@server.example.com # SOCKS proxy with custom port ssh -D 8080 user@proxy.example.com
SSH remote login client.
Examples
# SOCKS proxy on localhost:1080 ssh -D 1080 user@server.example.com # SOCKS proxy with custom port ssh -D 8080 user@proxy.example.com