Speed up multiple SSH connections to the same machine

Add the following to your ~/.ssh/config

ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p

Thanks for the tip!

Published: 03 Nov, 2007