Skip to content

Instantly share code, notes, and snippets.

@jbernhard
Created September 11, 2014 22:30
Show Gist options
  • Save jbernhard/4ca39cc2e501f93e4a72 to your computer and use it in GitHub Desktop.
Save jbernhard/4ca39cc2e501f93e4a72 to your computer and use it in GitHub Desktop.
SSH connection sharing
#
# ~/.ssh/config
#
# share connections
Host *
ControlMaster auto
ControlPersist 5m
ControlPath /tmp/ssh-%r@%h:%p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment