This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| china [2017/12/10 18:56] – created deul | china [2018/02/20 20:37] (current) – deul | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| ====Tunneling to your desktop==== | ====Tunneling to your desktop==== | ||
| - | In fact when you can connect through the ssh protocol you can use the tunneling mechanism as described here. | + | In fact when you can connect through the ssh protocol you can use the tunneling mechanism |
| ====Proxying your browswer==== | ====Proxying your browswer==== | ||
| Line 16: | Line 15: | ||
| First, you need to SSH to the remote machine with some special parameters: | First, you need to SSH to the remote machine with some special parameters: | ||
| - | ssh -vND 8888 user@host.com | + | ssh -ND 8888 user@host.com |
| Some detail on those options:\\ | Some detail on those options:\\ | ||
| - | -v verbose mode; useful for debugging\\ | ||
| -N don't start an interactive shell on the remote server\\ | -N don't start an interactive shell on the remote server\\ | ||
| -D setup the SOCKS proxy on port 8888 on localhost\\ | -D setup the SOCKS proxy on port 8888 on localhost\\ | ||