Skip to content

Instantly share code, notes, and snippets.

@bradwestfall
Last active February 9, 2017 00:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradwestfall/5a52f51161f3793e70e079aa4fc82dd1 to your computer and use it in GitHub Desktop.
Save bradwestfall/5a52f51161f3793e70e079aa4fc82dd1 to your computer and use it in GitHub Desktop.

It seems as though some people like me are experiencing a weird thing when upgrading mac these days, the RSA keys still work for connecting to things like GitHub but my keychain doesn't want to remember the password and is annoyingly asking me for it with every git push.

The solution I found that works is at http://stackoverflow.com/a/41576222

Basically, edit my ~/.ssh/config file to be:

Host *
    UseKeychain yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment