mkdir -p ~/.ssh/sockets && cat >> ~/.ssh/config << 'EOF'

Host *
ControlMaster auto
ControlPath ~/.ssh/sockets/%r@%h-%p
ControlPersist 10m
EOF