Date: Sat, 27 Sep 2008 03:01:08 -0700 From: "Mike Price" <bipolor@gmail.com> To: freebsd-hackers@freebsd.org Subject: SSH Tunneling All TCP Traffic Message-ID: <a15f9fba0809270301q3a9babfby10d925a74dfc8aa1@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I need to tunnel all of my TCP SSH-2 traffic from my local box to my remote box that I will have an account on. I heard this can be done in one command? ssh -f me@lab.com -L 8888:lab.com:53 -N SOCKS: 8888 SSH2: 53 What am I doing wrong?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a15f9fba0809270301q3a9babfby10d925a74dfc8aa1>