Skip to content

Instantly share code, notes, and snippets.

@bradwestfall
Last active February 9, 2017 00:09
Show Gist options
  • Select an option

  • Save bradwestfall/5a52f51161f3793e70e079aa4fc82dd1 to your computer and use it in GitHub Desktop.

Select an option

Save bradwestfall/5a52f51161f3793e70e079aa4fc82dd1 to your computer and use it in GitHub Desktop.

Revisions

  1. bradwestfall revised this gist Feb 9, 2017. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion Fixing Mac, Github RSA Issue after Upgrade.md
    Original 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
    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
    ```
  2. bradwestfall created this gist Feb 9, 2017.
    1 change: 1 addition & 0 deletions Fixing Mac, Github RSA Issue after Upgrade.md
    Original 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