|
6 | 6 | For information on usage with Windows, see the :doc:`windows` section. |
7 | 7 | For information on using the TProxy method, see the :doc:`tproxy` section. |
8 | 8 |
|
9 | | -- Forward all traffic:: |
| 9 | +Forward all traffic:: |
10 | 10 |
|
11 | | - sshuttle -r username@sshserver 0.0.0.0/0 |
| 11 | + sshuttle -r username@sshserver 0.0.0.0/0 |
| 12 | + |
| 13 | +- Use the :option:`sshuttle -r` parameter to specify a remote server. |
12 | 14 |
|
13 | 15 | - By default sshuttle will automatically choose a method to use. Override with |
14 | | - the ``--method=`` parameter. |
| 16 | + the :option:`sshuttle --method` parameter. |
15 | 17 |
|
16 | 18 | - There is a shortcut for 0.0.0.0/0 for those that value |
17 | 19 | their wrists:: |
18 | 20 |
|
19 | 21 | sshuttle -r username@sshserver 0/0 |
20 | 22 |
|
21 | | -- If you would also like your DNS queries to be proxied |
22 | | - through the DNS server of the server you are connect to:: |
| 23 | +If you would also like your DNS queries to be proxied |
| 24 | +through the DNS server of the server you are connect to:: |
23 | 25 |
|
24 | | - sshuttle --dns -r username@sshserver 0/0 |
| 26 | + sshuttle --dns -r username@sshserver 0/0 |
25 | 27 |
|
26 | | - The above is probably what you want to use to prevent |
27 | | - local network attacks such as Firesheep and friends. |
| 28 | +The above is probably what you want to use to prevent |
| 29 | +local network attacks such as Firesheep and friends. |
| 30 | +See the documentation for the :option:`sshuttle --dns` parameter. |
28 | 31 |
|
29 | 32 | (You may be prompted for one or more passwords; first, the local password to |
30 | 33 | become root using sudo, and then the remote ssh password. Or you might have |
|
0 commit comments