Skip to content

Instantly share code, notes, and snippets.

@si9ma
Last active January 20, 2019 15:53
Show Gist options
  • Save si9ma/cf0d32d257c6d89e07a755fbe45672fa to your computer and use it in GitHub Desktop.
Save si9ma/cf0d32d257c6d89e07a755fbe45672fa to your computer and use it in GitHub Desktop.
ssh reuse connections
Host *
ControlMaster auto
ControlPath ~/.ssh/sockets/%r@%h-%p
ControlPersist yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment