.pem?
It is the private key used to connect to a remote server, usually located in the .ssh/
directory.
How to connect?
ssh -i {.pem file} {username}@{ip address}
Error
WARNING: UNPROTECTED PRIVATE KEY FILE!
File permission error, it should be changed to read-only.
chmod 400 {.pem file}