Created
June 8, 2019 02:54
-
-
Save ihilt/bcc1d82936d8ef96f5742e4249e227a0 to your computer and use it in GitHub Desktop.
ssh config file
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 * | |
| AddKeysToAgent yes | |
| IgnoreUnknown UseKeyChain | |
| UseKeychain yes | |
| IdentityFile ~/.ssh/id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment