SSH socks proxy tunnel without interactive session?

Posted by dirtside on Server Fault See other posts from Server Fault or by dirtside
Published on 2009-11-25T23:45:57Z Indexed on 2010/05/16 12:50 UTC
Read the original article Hit count: 299

Filed under:
|
|
|
|

I use

ssh -D 1080 myhost.org

...to open up an SSH tunnel from my work machine to my home machine, so as to bypass the idiotic content filter on the corporate firewall. However this also creates an interactive SSH session that lives the whole time I'm using the tunnel. Is there any way to tell SSH just to create the tunnel and not bother with the interactive session?

© Server Fault or respective owner

Related posts about ssh

Related posts about tunneling