Skip to content

Instantly share code, notes, and snippets.

@unnitallman
Created January 6, 2014 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unnitallman/8277938 to your computer and use it in GitHub Desktop.
Save unnitallman/8277938 to your computer and use it in GitHub Desktop.
To speed up github actions, by maintaining an ssh connection. Add the lines below 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