Skip to content

Instantly share code, notes, and snippets.

@fredrik
Created April 22, 2013 10:38
Show Gist options
  • Save fredrik/5433846 to your computer and use it in GitHub Desktop.
Save fredrik/5433846 to your computer and use it in GitHub Desktop.
Re-use network connections for quicker ssh.
Host *
ControlMaster auto
ControlPath ~/.ssh/auth/%r@%h:%p
ControlPersist yes
@fredrik
Copy link
Author

fredrik commented Apr 22, 2013

(also, mkdir ~/.ssh/auth)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment