2018
12.31
12.31
Project Home: https://github.com/sshuttle/sshuttle
Install sshuttle:
sudo apt-get install sshuttle
Send all traffic through the ssh connection:
sudo sshuttle ‐r User@Server:Port 0/0
Send all traffic through the ssh connection including DNS and a reachable local network:
sudo sshuttle ‐r ‐‐dns User@Server 0/0 ‐x 192.168.1.0/24
No Comment.
Add Your Comment