Skip to content

Instantly share code, notes, and snippets.

@jayers99
Created May 8, 2019 21:52
Show Gist options
  • Save jayers99/1f0ef22d73dbab0a03d43158f015de06 to your computer and use it in GitHub Desktop.
Save jayers99/1f0ef22d73dbab0a03d43158f015de06 to your computer and use it in GitHub Desktop.
ssh config
Host *
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
ServerAliveInterval 120
TCPKeepAlive yes
ForwardAgent yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment