Created
June 4, 2020 18:45
-
-
Save omartrigui/c33a2a3f7de8de7d456f477e05b9286c to your computer and use it in GitHub Desktop.
A Poor man’s VPN Over SSH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sshuttle -r [email protected] -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