Wednesday, January 23, 2013

Creating a PEM format ssh credentials file

ssh-keygen
openssl rsa -in ./id_rsa -outform pem > ./id_rsa.pem

Followers