Switched the ./sshuttle to src/sshuttle

This commit is contained in:
reactormonk 2015-07-25 17:38:42 +02:00
parent d70b5f2b89
commit 5f90ee1f04

View File

@ -93,15 +93,15 @@ Usage on (Ubuntu) Linux
Usage on other Linuxes and OSes
-------------------------------
<tt>./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
<tt>src/sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt>
- There is a shortcut for 0.0.0.0/0 for those that value
their wrists
<tt>./sshuttle -r username@sshserver 0/0 -vv</tt>
<tt>src/sshuttle -r username@sshserver 0/0 -vv</tt>
- If you would also like your DNS queries to be proxied
through the DNS server of the server you are connect to:
<tt>./sshuttle --dns -vvr username@sshserver 0/0</tt>
<tt>src/sshuttle --dns -vvr username@sshserver 0/0</tt>
The above is probably what you want to use to prevent
local network attacks such as Firesheep and friends.