File Permissions When Logging Onto AWS
When logging onto my AWS instance with the following command:
ssh -i arcgis-HGL-2.pem arcgis@52.5.49.204
I got the following error:
Dave$ ssh -i arcgis-HGL-2.pem arcgis@52.5.49.204
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for 'arcgis-HGL-2.pem' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: arcgis-HGL-2.pem
Permission denied (publickey).
The solution was:
chmod 400 arcgis-HGL-2.pem