Skip to content

Instantly share code, notes, and snippets.

@ik5
Created February 8, 2019 10:47
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 ik5/91843e8b204602f3cbdc9bd4e5154937 to your computer and use it in GitHub Desktop.
Save ik5/91843e8b204602f3cbdc9bd4e5154937 to your computer and use it in GitHub Desktop.
my ~/.ssh/config
Host *
ControlPath ~/.ssh/sockets/master-%l-%r@%h:%p
ControlMaster auto
GSSAPIAuthentication=no
ServerAliveInterval 25
Compression yes
IdentityFile ~/.ssh/id_rsa
#ControlPersist yes
UseRoaming no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment