Skip to content

Instantly share code, notes, and snippets.

@thulasidhasan
Forked from Davor111/sshuttle.sh
Created November 23, 2018 04:45
Show Gist options
  • Save thulasidhasan/8bc3f1203ed15226980bda850dcce227 to your computer and use it in GitHub Desktop.
Save thulasidhasan/8bc3f1203ed15226980bda850dcce227 to your computer and use it in GitHub Desktop.
How to use sshuttle with .key, .csr or .pem files for authentication
#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