Skip to content

Instantly share code, notes, and snippets.

@thulasidhasan
Forked from Davor111/sshuttle.sh
Created November 23, 2018 04:45
Embed
What would you like to do?
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 user@yourserver.com 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