How to Install sshuttle in Ubuntu 18.04



Install sshuttle by entering the following commands in the terminal:

sudo apt update
sudo apt install sshuttle

Description:

Transparent proxy server for VPN over SSH

Sshuttle makes it possible to access remote networks using SSH. It creates a transparent proxy server, using iptables, that will forward all the traffic through an SSH tunnel to a remote copy of sshuttle. . It does not require installation on the remote server, which just needs to have Python installed.

Homepage: https://github.com/sshuttle/sshuttle

Version: 0.78.3-1

Section: universe/net