Removing the passphrase from a key file
The following command will remove a passphrase from a key file. Sometimes this can be desirable if a passphrase isn't really required and you want to avoid typing it in each time the machine restarts.
$ openssl rsa -in some_rsa_key_file -out some_rsa_key_file