Created
May 30, 2023 06:32
-
-
Save Dentrax/6efa7e0da402af523f0b32723bf08cd1 to your computer and use it in GitHub Desktop.
~/.ssh/config for GitHub (macOS)
This file contains 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 github.com | |
User git | |
Hostname github.com | |
AddKeysToAgent yes | |
IgnoreUnknown UseKeychain | |
UseKeychain yes | |
PreferredAuthentications publickey | |
IdentityFile /Users/USERNAME/.ssh/id_rsa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment