From: David Woodhouse <dwmw2@infradead.org> Date: 2016-06-15 22:42:32
On Mon, 2006-07-03 at 11:02 -0700, Keith Packard wrote:
just uses ssh for everything. This slows down the connection process
by several seconds.
Only if you forgot to use the 'control socket' support, which lets you
make a _single_ authenticated connection and re-use it for multiple
sessions.
http://david.woodhou.se/openssh-control.html has a couple of
improvements, but the basics are usable in upstream openssh.
--
dwmw2