Quickly Remove Key Passphrase
A quick way to remove pass-phrases from RSA keys.
openssl rsa -in ~/.ssh/id_rsa -out ~/.ssh/id_rsa_new
The resultant file will contain the key minus the need for a passphrase.
This obviously reduces the level of security so you should be careful when using this feature.