Skip to content

ssh into ec2 instance

0

Hello,

After creating key-pair for the launched amazon ec2 instance, ssh attempt shows fingerprint verification failed or permission denied when trying to access. The command I tried was: Chmod 400 file.pem ssh -i file.pem user@IP6address How to resolve this issue any suggestions?

asked a year ago180 views
1 Answer
0

Sounds like you have the order backwards. You need to create a keypair first, then launch an instance using the keypair.

Any new keypair that you are create after creating an instance will not be available in existing EC2 instances.

Hope this helps!

AWS
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.