Skip to content

Instantly share code, notes, and snippets.

@assafmo
Last active December 30, 2018 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/cde28eb048796c9d4a10c1e45e124d1a to your computer and use it in GitHub Desktop.
Save assafmo/cde28eb048796c9d4a10c1e45e124d1a to your computer and use it in GitHub Desktop.
SSH Multiplexing
# Put in ~/.ssh/config
Host *
ControlMaster auto
ControlPath ~/.ssh/%r@%h:%p
ControlPersist yes
ServerAliveInterval 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment