Nix Warning Unprotected Private Key File
goliat@goliatodromo:~$ ssh -i key.pem user@190.08.111.153
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0644 for 'key.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: key.pem
Permission denied (publickey).
goliat@goliatodromo:~$ ls -All ~/.ssh/id_rsa_targethost
-rw-r--r-- 1 me me 986 2010-04-25 14:33 ~/.ssh/id_rsa_targethost
Fix:
chmod 600 /home/me/.ssh/id_rsa_targethost