Last active
February 9, 2017 00:09
-
-
Save bradwestfall/5a52f51161f3793e70e079aa4fc82dd1 to your computer and use it in GitHub Desktop.
Revisions
-
bradwestfall revised this gist
Feb 9, 2017 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,10 @@ 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: ```sh Host * UseKeychain yes ``` -
bradwestfall created this gist
Feb 9, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ 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