Skip to content

Commit

Permalink
README.md: fix little bug
Browse files Browse the repository at this point in the history
The ssh hostname should immediately follow the -r parameter.
  • Loading branch information
grissiom authored and apenwarr committed May 8, 2011
1 parent e2ec475 commit 15e26d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ This is how you use it:

- 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 -rvv username@sshserver 0/0</tt>
<tt>./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.
Expand Down

0 comments on commit 15e26d2

Please sign in to comment.