]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Implement part of `ssh2-generality': introduce the ability to tell
authorSimon Tatham <anakin@pobox.com>
Wed, 13 Oct 2004 13:43:11 +0000 (13:43 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 13 Oct 2004 13:43:11 +0000 (13:43 +0000)
commitb072be7121849352b06c9fd04aeac8d3a9f3f359
tree8c0ff44974597a4785de55d0bdb69847d1eea7be
parent20af5c9e2fcf08ee249b360baa0f41461615e384
Implement part of `ssh2-generality': introduce the ability to tell
PuTTY / Plink not to run a remote shell/command at all. Supported in
the GUI configuration and via the (OpenSSH-like) -N command-line
option.

No effort is currently made to arrange `nice' UI properties. If you
do this in GUI PuTTY, a full-size terminal window will still be
created, and will sit there with almost nothing in it throughout
your session. If you do it in Plink, Plink will not accept any kind
of request to terminate gracefully; you'll have to ^C or kill it.
Nonetheless, even this little will be useful to some people...

git-svn-id: http://svn.tartarus.org/sgt/putty@4614 cda61777-01e9-0310-a592-d414129be87e
cmdline.c
config.c
doc/config.but
doc/index.but
doc/using.but
putty.h
settings.c
ssh.c
winhelp.h