Skip to content

Instantly share code, notes, and snippets.

@itsmikita
Created March 12, 2021 12:45
Show Gist options
  • Save itsmikita/48ca674f17cb433b6e26749e52463939 to your computer and use it in GitHub Desktop.
Save itsmikita/48ca674f17cb433b6e26749e52463939 to your computer and use it in GitHub Desktop.
SSH keys and stuff
Host *
IgnoreUnknown AddKeysToAgent,UseKeychain
IdentityFile ~/.ssh/id_rsa
AddKeysToAgent yes
UseKeychain yes
ServerAliveInterval 420
ServerAliveCountMax 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment