ssh -i ec2-instance-cert.pem
root@publicip or public dns
@@@@@@@@@@@@@@@@@@@@@@@@######@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ ### WARNING: UNPROTECTED PRIVATE KEY FILE! ### @
@@@@@@@@@@@@@@@@@@@@@@@@######@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for 'test.pem' are too open.
It is required that your private key files are NOT accessible by others.
Solution :
key must not be publicly viewable for SSH to work. Use this command if required
key must not be publicly viewable for SSH to work. Use this command if required
$ chmod 400 ec2-instance-cert.pem