How to change passphrase for RSA key file
Just like any password, changing passphrase of your ssh key is a better way to ensure that your RSA key is secure. ssh-keygen command can be used to change the passphrase using the -p switch. Command is as follows. Following is an example used for changing ssh RSA key...