Answers for "warning unprotected private key file ec2"

0

warning unprotected private key file ec2

sudo chmod 600 /path/to/my/key.pem
Posted by: Guest on April-05-2021
0

warning unprotected private key file problem on aws instance

add sudo before ssh and then execute
sudo ssh -i "ma.pem" [email protected]
Posted by: Guest on October-16-2020

Code answers related to "warning unprotected private key file ec2"

Browse Popular Code Answers by Language