Have you ever encountered this error when dealing with ssh private keys?
‘permissions are too open’
To fix this, you need to set owner read and write permissions on the private key:
chmod 600 ~/.ssh/id_rsa
by Dustin Kendall
‘permissions are too open’
To fix this, you need to set owner read and write permissions on the private key:
chmod 600 ~/.ssh/id_rsa