speed up multiple connections to same host (ssh)
It’s stupid to open a new connection every time. Add to the Host entry in ~/.ssh/config:
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
It’s stupid to open a new connection every time. Add to the Host entry in ~/.ssh/config:
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p