Deleting an SSH key from Git Gui: the easy Windows solution

1 · Christian Specht · Oct. 6, 2021, 8 a.m.
About four years ago, I wrote a blog post about deleting a SSH key from Git GUI. At the time of writing this, I was a new Git user and just played around with SSH for the first time. As a long-time Windows user, SSH was “this scary Unix authentication thing” to me…so I didn’t question the fact that I apparently needed to type Unix commands into Git Bash to get rid of my SSH key. Turns out that the solution in my old post is the solution for people on Unix/Linux who use the command line. If you’r...