New command-line option in Plink (and PuTTY, though it's less useful
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 28 Aug 2006 15:12:37 +0000 (15:12 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 28 Aug 2006 15:12:37 +0000 (15:12 +0000)
commitfeb02b4e2d7935972dc94bb78bf1a36bb7bdd1b3
treeb8c234888b81eb9d2e56a65b733cf1fc1f10f53a
parentaef05b788c268d43559a0183d1efe9c458724b94
New command-line option in Plink (and PuTTY, though it's less useful
there): `plink host -nc host2:port' causes the SSH connection's main
channel to be replaced with a direct-tcpip connection to the
specified destination. This feature is mainly designed for use as a
local proxy: setting your local proxy command to `plink %proxyhost
-nc %host:%port' lets you tunnel SSH over SSH with a minimum of
fuss. Works on all platforms.

git-svn-id: svn://svn.tartarus.org/sgt/putty@6823 cda61777-01e9-0310-a592-d414129be87e
cmdline.c
doc/config.but
doc/using.but
putty.h
ssh.c
unix/uxplink.c
windows/winplink.c