Skip to content

Instantly share code, notes, and snippets.

@alivx
Created April 13, 2020 19:52
Show Gist options
  • Save alivx/871715f32d1668c2e087678b5d7a89ee to your computer and use it in GitHub Desktop.
Save alivx/871715f32d1668c2e087678b5d7a89ee to your computer and use it in GitHub Desktop.
SSH as VPN
sshuttle -v -r username@hostip -x hostip 0/0
without output:
sshuttle -v -r username@hostip -x hostip 0/0 >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment