Powered by:

ohost

Bulgarian mirror 10 Gbps

Protocols: HTTP, HTTPS, FTP, RSYNC
Contact Us: support@ohost.bg PuTTY wish ssh2-generality

PuTTY wish ssh2-generality

This is a mirror. Follow this link to find the primary PuTTY web site.

Home | FAQ | Feedback | Licence | Updates | Mirrors | Keys | Links | Team
Download: Stable · Snapshot | Docs | Changes | Wishlist

summary: Support for SSH-2: zero, or more than one, terminal per session
class: wish: This is a request for an enhancement.
difficulty: tricky: Needs many tuits.
priority: medium: This should be fixed one day.
fixed-in: r10083 bb78583ad29084f16db994d66895917e1b20346e (0.64)

SSH-2 is a much more flexible protocol than SSH-1. It doesn't require exactly one terminal session per SSH connection; you can have more than one, or indeed none at all.

It would be nice if PuTTY could make use of this. For example, there could be a System menu option to start an extra terminal window inside the same SSH connection as the existing one(s). This would be more efficient than the existing Duplicate Session command, and also wouldn't require repeated authentication (which you don't care that much about if you're using public keys, but you might care a lot if you don't want to have to type your password in again).

Going in the other direction, several people have asked if it could be possible to start PuTTY without starting a terminal window and a shell - just have PuTTY sit in the background and do port forwarding only. This would also be possible in theory.

Similarly, perhaps we should also support running (e.g.) psftp sessions over an existing connection rather than forcing a new TCP/SSH connection - similar to the "connection multiplexing" feature in recent versions of OpenSSH - using the same sort of inter-process communication as with Pageant. Needs careful implementation to avoid opening security holes.

Would we want the server part of such a feature implemented in all the PuTTY utilities, or only in a dedicated application, perhaps one created for no-terminal-window?

SGT, 2004-10-13: Just checked in the easy bit. PuTTY and Plink can now avoid running a command (equivalent to OpenSSH's -N option, and indeed enabled by the same switch). (PuTTY will still put up a terminal window.)

SGT, 2013-11-17: now implemented a 'connection sharing' system configurable from the SSH panel. Instances of PuTTY can be told to share each other's connections where possible, in which case the first PuTTY to connect to a given user@host will set itself up as an 'upstream' able to forward stuff to the server on behalf of other processes, and subsequent PuTTYs (and PSCPs, PSFTPs etc) will then use that upstream if they can rather than make their own SSH connections.


If you want to comment on this web site, see the Feedback page.
Audit trail for this wish.
(last revision of this bug record was at 2017-04-28 16:52:45 +0100)
Mirror hosted by: OHOST LLC