Add this to your ~/.ssh/config file:
1 host * 2 controlmaster auto 3 controlpath /tmp/ssh-%r@%h:%pAfter the first login to any host, subsequent logins are significantly faster! It works with anything that uses open-ssl (e.g. scp)
Stolen from here
by Genís