That's for that tip about ControlPath. It makes multiple legit logins very nice :)
I just added this to my ~/.ssh/config: Host * Compression yes CompressionLevel 7 Cipher blowfish ServerAliveInterval 600 ControlMaster auto ControlPath ~/.ssh/cm_socket/ssh-%r@%h:%p David Landry On Mon, Apr 15, 2013 at 10:00 PM, Andy Bradford <[email protected]>wrote: > Thus said "Andy Bradford" on 15 Apr 2013 21:49:14 -0600: > > > ssh -o ControlPath=/tmp/%u/%L-%r@%h:%p -M user@host > > Also, /tmp was used for illustrative purposes, you probably would want > it somewhere in your own home directory. > > Andy > -- > TAI64 timestamp: 40000000516ccce6 > > > > /* > PLUG: http://plug.org, #utah on irc.freenode.net > Unsubscribe: http://plug.org/mailman/options/plug > Don't fear the penguin. > */ > /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
