Anyone here using SSHuttle? Consider it the poor mans VPN, in fact, I've never had a 'proper' VPN. Used to just tunnel traffic via SSH through a VPS, but that got messy and there had to be a better way... SSHuttle! https://github.com/apenwarr/sshuttle
Installing on your Linux desktop at home is as simple as:
sudo apt-get install sshuttle -y
Followed by:
sshuttle --dns -vvr [USER]@[IP-ADDRESS]:[SSH Port] 0/0
Here is the readme if you need help: https://github.com/apenwarr/sshuttle/blob/master/README.md
Happy browsing!
Installing on your Linux desktop at home is as simple as:
sudo apt-get install sshuttle -y
Followed by:
sshuttle --dns -vvr [USER]@[IP-ADDRESS]:[SSH Port] 0/0
Here is the readme if you need help: https://github.com/apenwarr/sshuttle/blob/master/README.md
Happy browsing!
Last edited by a moderator: