Skip to content

Instantly share code, notes, and snippets.

@jesgs
Forked from chriswgerber/config
Created June 6, 2017 16:49
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 jesgs/16ab5ecc9bb28cb15e4d972047db8713 to your computer and use it in GitHub Desktop.
Save jesgs/16ab5ecc9bb28cb15e4d972047db8713 to your computer and use it in GitHub Desktop.
SSH Config
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
Host bitbucket.org
ControlMaster no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment