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.
wget on Windows
5 years ago
No comments:
Post a Comment