To remove SSH private key passphrase, run
ssh-keygen -p -f SSH_PRIVATE_KEY_FILE
Example
Method 2
You can use OpenSSL to remove passphase with
openssl rsa -in PRIVATE_KEY_WITH_PW.key -out PRIVATE_KEY_NO_PW.key
See SSH
To remove SSH private key passphrase, run
ssh-keygen -p -f SSH_PRIVATE_KEY_FILE
Example
Method 2
You can use OpenSSL to remove passphase with
openssl rsa -in PRIVATE_KEY_WITH_PW.key -out PRIVATE_KEY_NO_PW.key
See SSH
Leave a Reply