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>.
RUN apt-get update && \
apt-get install -y sshuttle
RUN apt-get update && \
apt-get install -y sshuttle
RUN pacman -S --noconfirm sshuttle
RUN apt-get update && \
apt-get install -y sshuttle
RUN dnf install -y sshuttle
RUN apt-get update && \
apt-get install -y sshuttle