Skip to content

Instantly share code, notes, and snippets.

@JeremyIglehart
Created July 18, 2019 05:18
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 JeremyIglehart/d88725fb8eea3ddb355f2a30db5c4609 to your computer and use it in GitHub Desktop.
Save JeremyIglehart/d88725fb8eea3ddb355f2a30db5c4609 to your computer and use it in GitHub Desktop.
.ssh/config for SSH Multiplexing
Host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p.socket
TCPKeepAlive no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment