How to create a VPN in 5 minutes with sshuttle?
shuttle allows you to create a transparent proxy over the SSH protocol that can be used as a VPN, you just need to have Python installed on both the server and the client and have root permissions on the client.
It is recommended to use sshuttle if:
- Your client machine (or router) is Linux, FreeBSD, or MacOS.
- You have access to a remote network via ssh.
- You don’t necessarily have admin access on the remote network.
How to create a VPN in 5 minutes with sshuttle? Read More »