Skip to content

Instantly share code, notes, and snippets.

@janosgyerik
Created April 29, 2012 07:07
Show Gist options
  • Save janosgyerik/6d47e7b8b088f2afffe5 to your computer and use it in GitHub Desktop.
Save janosgyerik/6d47e7b8b088f2afffe5 to your computer and use it in GitHub Desktop.
Enable ssh connection multiplexing
# ~/.ssh/config
#
Host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment