💾 Archived View for freeshell.de › tldr › sshuttle.gmi captured on 2024-02-05 at 12:04:32. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Transparent proxy server that tunnels traffic over an SSH connection.
Doesn't require root or any special setup on the remote SSH server, though root access on the local machine is prompted for.
sshuttle --remote={username}@{sshserver} {0.0.0.0/0}
sshuttle --dns --remote={username}@{sshserver} {0.0.0.0/0}
sshuttle --remote={username}@{sshserver} {0.0.0.0/0} --exclude {192.168.0.1/24}
sshuttle --method=tproxy --remote={username}@{sshserver} {0.0.0.0/0} {::/0} --exclude={your_local_ip_address} --exclude={ssh_server_ip_address}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).