Skip to content

Instantly share code, notes, and snippets.

@or9
Created April 18, 2015 13:50
Show Gist options
  • Save or9/b5e52b80987c1da7617d to your computer and use it in GitHub Desktop.
Save or9/b5e52b80987c1da7617d to your computer and use it in GitHub Desktop.
Standard SSH tunnel to my server; can be used as a SOCKS proxy
Host proxy
HostName xf0x.duckdns.org
DynamicForward *:1080
User user0
ServerAliveInterval 10
LogLevel VERBOSE
#IdentityFile ~/.ssh/drahman_proxy_id_rsa
ssh -vnN -D 1080 $1@xf0x.duckdns.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment