sshuttle

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. More information: <https://manned.org/sshuttle>.

Debian Debian
RUN apt-get update && \ apt-get install -y sshuttle
Ubuntu
RUN apt-get update && \ apt-get install -y sshuttle
Arch Arch Linux
RUN pacman -S --noconfirm sshuttle
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y sshuttle
Fedora
RUN dnf install -y sshuttle
Raspbian
RUN apt-get update && \ apt-get install -y sshuttle
click the source code to copy install sshuttle on any operating system with command-not-found.com