4 MINDS

4MINDS Gestão de Conhecimento

Amazon EC2 pem to RSA


Convert Amazon EC2 PEM to ID RSA


$ chmod 0600 key.pem
$ ssh-keygen -f key.pem -y > id_rsa
$ chmod 0600 id_rsa