Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] getHeaders bug patch

2011/3/20 Stefanos Antaris <santaris@xxxxxxxxxxx>
I have created a new bug[1] and i have attached the patch to review it.
My problem on Gerrit is that:
1.I have created a new Account
2.I have registered a new mail
3.I have added a public ssh key using the guide[2]

The problem is the following output.
santaris@santaris-desktop:~/git-workspace/jgit$ ssh -p 29418 santaris@xxxxxxxxxxxxxxxx
Agent admitted failure to sign using the key.
Permission denied (publickey).

It seems that my key is not public, right?Is any of my stems wrong?What should i do?

[1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=340519
[2]http://help.github.com/linux-set-up-git/

what does the following command say ?

$ ssh -p 29418 -v santaris@xxxxxxxxxxxxxxxx 

You may also try generating ssh keys from Eclipse following section "4. SSH Configuration" in [1].

[1] https://docs.google.com/document/d/1Uxq59vCcWqK-hPb5CHQcR97AmJehj6Rn0ScTnih2tyU/edit?hl=en#

--
Matthias

Back to the top