Linux
Change the passphrase of your SSH key
Forgot your SSH key passphrase? There’s an easy way to renew it locally if you have access to it:
ssh-keygen -p -f ~/.ssh/id_rsa
And then, enter the new passphrase you want to use.