Friday, April 13, 2012

It is recommended that your private key files are NOT accessible by others

I was getting this error : Permissions 0644 for '/home/bparanj/Downloads/my-file.ssh' are too open.
when I was ssh ing into a box.
 
Solution:
sudo chmod 600 your-private-key.ssh