Skip to content

Instantly share code, notes, and snippets.

@wunki
Last active June 28, 2018 08:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wunki/96d90d0e4f992efab72b to your computer and use it in GitHub Desktop.
Save wunki/96d90d0e4f992efab72b to your computer and use it in GitHub Desktop.
Faster SSH connections by putting this in your `.ssh/config`. Don't forget to create the `~/.ssh/sockets` directory for it to work.
Host *
ControlMaster auto
ControlPath ~/.ssh/sockets/%r@%h-%p
ControlPersist 600
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment