Answers for "Error: Unprotected private key file"

0

Error: Unprotected private key file

Mac - [ec2-user ~]$ chmod 0400 .ssh/my_private_key.pem
Windows - https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/TroubleshootingInstancesConnecting.html#troubleshoot-unprotected-key
Posted by: Guest on March-15-2022
0

Unprotected private key file

ssh -i ~/.ssh/<name of your key> <username>@<ip address>
Posted by: Guest on May-25-2021

Code answers related to "Error: Unprotected private key file"

Browse Popular Code Answers by Language