3 examples for sshuttle

{{ score }}
  # Test connection to a remote server, with automatic hostname and subnet guessing:
sshuttle -vNHr example.org
        
{{ score }}
  # Hide behind your SSH server (easy VPN)
sshuttle --dns -r ppctf.net 0/0
        
{{ score }}
  # Tunnels all your traffic through "server"
sshuttle -r user@server 0/0