]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/uxplink.c
New command-line option in Plink (and PuTTY, though it's less useful
authorSimon Tatham <anakin@pobox.com>
Mon, 28 Aug 2006 15:12:37 +0000 (15:12 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 28 Aug 2006 15:12:37 +0000 (15:12 +0000)
commit631b4948073922c2618441fb374c7e6fc22bd1d8
treeb8c234888b81eb9d2e56a65b733cf1fc1f10f53a
parent8c26b44ce66f674e2bdd1e3f6cf8ac2cf5eb1794
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.

[originally from svn r6823]
cmdline.c
doc/config.but
doc/using.but
putty.h
ssh.c
unix/uxplink.c
windows/winplink.c