Error: SSH Permissions Are Too Open

Posted By Weston Ganger

I usually get this error after placing my files in GIT.

Its a simple fix and your back and running. The correct permissions are 400 for ~/.ssh/id_rsa

sudo chmod 400 ~/.ssh/id_rsa

Related External Links:

Article Topic:Software Development - Linux

Date:January 31, 2016