Skip to content

Instantly share code, notes, and snippets.

@omartrigui
Created June 4, 2020 18:45
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 omartrigui/c33a2a3f7de8de7d456f477e05b9286c to your computer and use it in GitHub Desktop.
Save omartrigui/c33a2a3f7de8de7d456f477e05b9286c to your computer and use it in GitHub Desktop.
A Poor man’s VPN Over SSH
#!/bin/bash
sshuttle -r root@X.X.X.X -x X.X.X.X 0/0 -vv --ssh-cmd 'ssh -i id_rsa'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment