I set the passphrase of my ssh key by mistake.
But it is annoying that putting the passphrase for every time using the key.
I'd like to remove the passphrase of my key with:
$ ssh-keygen -p -f <my/key/file>
I'm afraid of that, however, the key would be changed.
The job is seemed too danger to test since I use the key in several way.
The man page says, the command would not change the key I think, but it is uncertain:
-p
Requests changing the passphrase of a private key file instead of creating a new private key. The program will prompt for the file containing the private key, for the old passphrase, and twice for the new passphrase.