Skip to content

Instantly share code, notes, and snippets.

@brycejacobson
Created July 19, 2017 15:17
Show Gist options
  • Save brycejacobson/d4f430a65a056c7553ef1bc32137aa1c to your computer and use it in GitHub Desktop.
Save brycejacobson/d4f430a65a056c7553ef1bc32137aa1c to your computer and use it in GitHub Desktop.
Fix Sublime Text SSH Passphrase Issue on Mac
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