Change ssh to reuse existing connection and persist cconnections

Add the following lines to ~/.ssh/config

ControlMaster auto
ControlPath /tmp/ssh_mux_%h_%p_%r
ControlPersist 4h
BASH