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

After the suggested changes, Git Staging view is popping an error, it showing "Unable to find GPG key for signing". I created one but where i have to add it.
 I searched git.eclipse.org account, i didn't able to find any option and so for the Eclipse IDE.

Other than that please explain why we need it when we using ssh key to be secure.

Thanks

On Tue, Mar 19, 2019 at 10:01 PM Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
In the staging view also select the Sign button. To fix this commit also use amend.

Ayush Krishna murthi <kmayush27399@xxxxxxxxx> schrieb am Di., 19. März 2019, 17:20:
I am trying to push changes using git on Eclipse IDE. I found this error message. Please guide me to learn push changes, am i missing something?

Thanks,

On Sun, Mar 17, 2019 at 6:19 PM Mickael Istria <mistria@xxxxxxxxxx> wrote:
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,
_______________________________________________
lsp4e-dev mailing list
lsp4e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/lsp4e-dev
_______________________________________________
lsp4e-dev mailing list
lsp4e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/lsp4e-dev
_______________________________________________
lsp4e-dev mailing list
lsp4e-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/lsp4e-dev

Back to the top