Skip to main content

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

$ssh -p 29418 -v santaris@xxxxxxxxxxxxxxxx
santaris@santaris-desktop:~$  ssh -p 29418 -v santaris@xxxxxxxxxxxxxxxx
OpenSSH_5.3p1 Debian-3ubuntu5, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to egit.eclipse.org [209.217.126.118] port 29418.
debug1: Connection established.
debug1: identity file /home/santaris/.ssh/identity type -1
debug1: identity file /home/santaris/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-1024
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-1024
debug1: identity file /home/santaris/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version GerritCodeReview_2.1.6.1 (SSHD-CORE-0.5.1-R1033260)
debug1: no match: GerritCodeReview_2.1.6.1 (SSHD-CORE-0.5.1-R1033260)
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu5
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host '[egit.eclipse.org]:29418' is known and matches the DSA host key.
debug1: Found key in /home/santaris/.ssh/known_hosts:1
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey
debug1: Next authentication method: publickey
debug1: Offering public key: /home/santaris/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 151
Agent admitted failure to sign using the key.
debug1: Trying private key: /home/santaris/.ssh/identity
debug1: Trying private key: /home/santaris/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).

I have added a new ssh public key using the doc but i still have permission error.
It seems that i do not create a public key.:(

Stefanos
On Sun, 2011-03-20 at 18:58 +0000, Matthias Sohn wrote:
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