Skip to content

Instantly share code, notes, and snippets.

@chriswgerber
Last active February 13, 2018 13:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save chriswgerber/113925b879a8ee7c7dc68b63acd84d44 to your computer and use it in GitHub Desktop.
Save chriswgerber/113925b879a8ee7c7dc68b63acd84d44 to your computer and use it in GitHub Desktop.
SSH Config
Host bitbucket.org
ControlMaster no
Host *
Compression yes
ControlMaster auto
ControlPath /tmp/ssh-conn-%r@%h:%p.con
ControlPersist 30
ForwardAgent yes
ServerAliveInterval 100
IdentityFile ~/.ssh/id_rsa
AddKeysToAgent yes
UseKeychain yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment