Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created February 13, 2011 18:28
Show Gist options
  • Select an option

  • Save ku1ik/824923 to your computer and use it in GitHub Desktop.

Select an option

Save ku1ik/824923 to your computer and use it in GitHub Desktop.
## .ssh/config
# Reuse existing ssh connection when opening new ssh sessions to the same host:
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