Ok, for the truly nerdy, if you just want to change your pass phrase on a ssh key, here is how to do it:
ssh-keygen -p -f _your private key file_
When you are doing this, you have a chance with the switch from an MD5 (not very safe) to a bcrypt with lots of rounds as well.