Change SSH key passphrase
You don’t have to generate new key-value pair 🙂
Follow this in your terminal:
$ ssh-keygen -p
$ Enter file in which the key is (/Users/you/.ssh/id_rsa): [Hit enter]
$ Enter new passphrase (empty for no passphrase): [YOUR_SECRET]
$ Enter same passphrase again: [YOUR_SECRET]