Sshuttle

sshuttle

# Transparent proxy over SSH

# Forwarding traffic through the pivot

# It will then auto create necessary iptables rules

sshuttle -r user@pivoting_machine x.x.x.x/24

# You can also let sshuttle detect networks based on the target

# -x == exclude some network to not transmit over the tunnel

sshuttle -vNr user@pivoting_machine -x x.x.x.x.x/24

Last updated