Update SSH Public Key Password

linux

TIL, you can easily change the password for a previously defined ssh public key.

ssh-keygen -p -f ~/.ssh/id_rsa

I mistakenly added a password because I thought it was required and have been typing (and mistyping) it over and over. So, rather than add a replacement password, I just left it off. Pushing in lazygit and doing the rsync to publish my Hugo content just got a lot smoother.