Skip to content

Instantly share code, notes, and snippets.

@pjendrusik
Created May 20, 2014 08:51
Show Gist options
  • Save pjendrusik/6b7db53bafc340ea56a8 to your computer and use it in GitHub Desktop.
Save pjendrusik/6b7db53bafc340ea56a8 to your computer and use it in GitHub Desktop.
Enable SSH Connection Sharing and Persistence
// add to ~/.ssh/config
ControlMaster auto
ControlPath /tmp/%r@%h:%p
ControlPersist yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment