Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] Doubt on using git.eclipse.org

Hi,

The message says it all, no need for going to StackOverflow
`Permissions 0777 for '.ssh/id_rsa' are too open. It is required that your private key files are NOT accessible by others.`
So just reduce the permission on your private key to something like 700 so users cannot access it and it should work. However, as a too open .ssh/id_rsa private key is a major vulnerability, it would be better for you to delete your current key, regenerate one, and make sure it's not readable by other.

cheers,

Back to the top