Speed up multiple SSH connections to the same machine
Add the following to your ~/.ssh/config
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Published: 03 Nov, 2007
Add the following to your ~/.ssh/config
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Published: 03 Nov, 2007