Skip to content

Instantly share code, notes, and snippets.

@jdorfman
Created April 17, 2012 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdorfman/2403041 to your computer and use it in GitHub Desktop.
Save jdorfman/2403041 to your computer and use it in GitHub Desktop.
bash function to run sshuttle asap
# get it here: https://github.com/apenwarr/sshuttle
# put this in your .bash_profile and smoke it && source ~/.bash_profile
function p () { /path/to/sshuttle/sshuttle -r you@server 0.0.0.0/0 -vv; }
# p for proxy (change it to whatever you want I guess)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment