Load key key1234 pem Permission denied ec2-user 13 126 141 194 Permission denied publickey gssapi-keyex gssapi-with-mic

0 votes

Hi Guys,

I am trying to do SSH in my AWS instance. But I am getting this below error.

F:\Downloads>ssh -l ec2-user 13.126.141.194 -i key1234.pem
The authenticity of host '13.126.141.194 (13.126.141.194)' can't be established.
ECDSA key fingerprint is SHA256:nQdC5GCulBGn4/6L4U0ZwM6P8LVqN9/SuQxtONA8UtY.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '13.126.141.194' (ECDSA) to the list of known hosts.
Load key "key1234.pem": Permission denied
ec2-user@13.126.141.194: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

How can I solve this error?

Jun 3, 2020 in AWS by akhtar
• 38,230 points
3,313 views

1 answer to this question.

0 votes

Hi@akhtar,

It seems you didn't set permissions to your key file. You can use the below given command from power shell.

$ $path=".\key.pem"
$icacls.exe $path /GRANT:R "$($env:USERNAME):(R)"

Hope this will solve your error.

answered Jun 3, 2020 by MD
• 95,440 points

Related Questions In AWS

0 votes
1 answer

bad permissions: ignore key: .ssh/my_private_key.pem Permission denied (publickey).

Hi@akhtar, In your error message it shows you ...READ MORE

answered Apr 28, 2020 in AWS by MD
• 95,440 points
10,127 views
0 votes
1 answer
0 votes
1 answer

Permission denied when I SSH access to EC2 instance

These are common reasons that can cause ...READ MORE

answered Mar 12, 2019 in AWS by Reema
1,766 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP