From da2c6273f6c1a657794a626b2fa9df9b03432ff7 Mon Sep 17 00:00:00 2001 From: "Jonathan \\\"Duke\\\" Leto" Date: Sun, 1 May 2011 11:47:59 -0700 Subject: [PATCH] Add some friendly info to the README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3119245..fb012f6 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,19 @@ This is how you use it: on your client machine. You'll need root or sudo access, and python needs to be installed. - - ./sshuttle -r username@sshserver 0.0.0.0/0 -vv + - The most basic use of sshuttle looks like: + ./sshuttle -r username@sshserver 0.0.0.0/0 -vv + + - There is a shortcut for 0.0.0.0/0 for those that value + their wrists + ./sshuttle -r username@sshserver 0/0 -vv + + - If you would also like your DNS queries to be proxied + through the DNS server of the server you are connect to: + ./sshuttle --dns -rvv username@sshserver 0/0 + + The above is probably what you want to use to prevent + local network attacks such as Firesheep and friends. (You may be prompted for one or more passwords; first, the local password to become root using either sudo or su, and