Skip to content

Instantly share code, notes, and snippets.

@kiwhite
Created October 14, 2011 15:27
Show Gist options
  • Save kiwhite/1287428 to your computer and use it in GitHub Desktop.
Save kiwhite/1287428 to your computer and use it in GitHub Desktop.
SSHuttle, send all traffic
#! /bin/bash
$REMOTE_SERVER='somewhere.far.away'
sudo sshuttle 0/0 -vNHr $USER@$REMOTE_SERVER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment