Thus said Corey Edwards on Mon, 15 Apr 2013 07:58:20 -0600: > The scenario I'm describing is a bunch of successful logins in very > quick sequence.
This is a good scenario to point out... If you use ssh -M you can avoid this problem. :-) ssh -o ControlPath=/tmp/%u/%L-%r@%h:%p -M user@host Then each successive SSH connection can be multiplexed over a single SSH connection using: ssh -o ControlPath=/tmp/%u/%L-%r@%h:%p user@host Andy -- TAI64 timestamp: 40000000516cca5d /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
