I have a rsa
private key formatted as PEM
issued by the Amazon Key Generation Service (AWS). I need to extract the public key, from the private key to use in the ~/.ssh/authorized_keys
file in other instances.
How do I extract the public key having the private key?