Skip to content

Instantly share code, notes, and snippets.

View thulasidhasan's full-sized avatar

Thulasidhasan M thulasidhasan

  • 1993
  • bangalore
View GitHub Profile
@thulasidhasan
thulasidhasan / sshuttle.sh
Created November 23, 2018 04:45 — forked from Davor111/sshuttle.sh
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'