-
-
Save sathiyarajanm/dc8d7b9c4f32c226feccb4fa4c8f0371 to your computer and use it in GitHub Desktop.
How to use sshuttle with .key, .csr or .pem files for authentication
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
#It's not directly mentioned in the documentation on how to do this, so here you go. This command will tunnel everything including DNS: | |
sshuttle --dns -vr [email protected] 0/0 --ssh-cmd 'ssh -i /your/key/path.pem' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment