bzr repos not accessible

Asked by ViktorNagy

I have my public ssh key uploaded under my account, and it worked well for a long time, but not since around a week ago.
The same ssh key is used at several different places, and it works without any problem, so I have no better guess that the problem is on your side. Let's fix it together!

$ bzr branch lp:soundconverter
Permission denied (publickey).
bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.

thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
ViktorNagy
Solved:
Last query:
Last reply:
Revision history for this message
ViktorNagy (viktor-nagy) said :
#1

in the meantime I've tried
$ ssh-add

and

$ bzr branch lp:soundconverter -Dhpss
Permission denied (publickey).
bzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist.
HPSS calls: 1 (0 vfs) SmartSSHClientMedium(bzr+ssh://<email address hidden>/)

neither of them solved the problem

Revision history for this message
ViktorNagy (viktor-nagy) said :
#2

Hi,

I'm still struggling with this.

I've run

$ ssh -l viktor-nagy -v bazaar.launchpad.net
OpenSSH_5.3p1 Debian-3ubuntu4, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to bazaar.launchpad.net [91.189.90.11] port 22.
debug1: Connection established.
debug1: identity file /home/akasha/.ssh/identity type -1
debug1: identity file /home/akasha/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/akasha/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version Twisted
debug1: no match: Twisted
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.3p1 Debian-3ubuntu4
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: sending SSH2_MSG_KEXDH_INIT
debug1: expecting SSH2_MSG_KEXDH_REPLY
debug1: Host 'bazaar.launchpad.net' is known and matches the RSA host key.
debug1: Found key in /home/akasha/.ssh/known_hosts:5
debug1: ssh_rsa_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/akasha/.ssh/id_rsa
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/akasha/.ssh/identity
debug1: Trying private key: /home/akasha/.ssh/id_dsa
debug1: No more authentication methods to try.
Permission denied (publickey).

help me, plz, cause I can't code this way!

Revision history for this message
Andrew Bennetts (spiv) said :
#3

Thanks for that trace. It says it is trying your .ssh/id_rsa key:

> debug1: Offering public key: /home/akasha/.ssh/id_rsa

Does the public key in /home/akasha/.ssh/id_rsa.pub match any of the keys at <https://edge.launchpad.net/~viktor-nagy/+sshkeys>?

Revision history for this message
ViktorNagy (viktor-nagy) said :
#4

the key was not present

thanks, I've checked several times already, re-uploaded my public key, but I've messed up something.

it works now.