To extract a public key from the AWS generated keypairs for use in OpenSSH, use the following command:
$ ssh-keygen -y -f my-key.pem
That will output the public key in a nice string which can then be inserted into authorized_keys.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment