Created
April 13, 2020 19:52
-
-
Save alivx/871715f32d1668c2e087678b5d7a89ee to your computer and use it in GitHub Desktop.
SSH as VPN
This file contains hidden or 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
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