Created
March 12, 2021 12:45
-
-
Save itsmikita/48ca674f17cb433b6e26749e52463939 to your computer and use it in GitHub Desktop.
SSH keys and stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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