File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,19 @@ This is how you use it:
63
63
on your client machine. You'll need root or sudo
64
64
access, and python needs to be installed.
65
65
66
- - <tt >./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt >
66
+ - The most basic use of sshuttle looks like:
67
+ <tt >./sshuttle -r username@sshserver 0.0.0.0/0 -vv</tt >
68
+
69
+ - There is a shortcut for 0.0.0.0/0 for those that value
70
+ their wrists
71
+ <tt >./sshuttle -r username@sshserver 0/0 -vv</tt >
72
+
73
+ - If you would also like your DNS queries to be proxied
74
+ through the DNS server of the server you are connect to:
75
+ <tt >./sshuttle --dns -rvv username@sshserver 0/0</tt >
76
+
77
+ The above is probably what you want to use to prevent
78
+ local network attacks such as Firesheep and friends.
67
79
68
80
(You may be prompted for one or more passwords; first, the
69
81
local password to become root using either sudo or su, and
You can’t perform that action at this time.
0 commit comments