This guide installs sshuttle and routes traffic through an SSH host.
sudo apt update
sudo apt install -y sshuttle
sudo dnf install -y sshuttle
Route traffic to a private subnet via the remote host:
sshuttle -r user@vpn-host 10.0.0.0/24
To route all traffic:
sshuttle -r user@vpn-host 0.0.0.0/0
See sshuttle Configuration for configuration guidance.
Any questions?
Feel free to contact us. Find all contact information on our contact page.
Prefer automation? See sshuttle Ansible Setup for an example playbook.
Prefer containers? See sshuttle Docker Setup.
See sshuttle Security for hardening guidance.