Created
July 19, 2017 15:17
-
-
Save brycejacobson/d4f430a65a056c7553ef1bc32137aa1c to your computer and use it in GitHub Desktop.
Fix Sublime Text SSH Passphrase Issue on Mac
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
Add the following to "~/.ssh/config" file: | |
Host * | |
AddKeysToAgent yes | |
IdentityFile ~/.ssh/id_rsa | |
UseKeychain yes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment