Comment 0 for bug 830679

Revision history for this message
Mantas Mikulėnas (grawity) wrote : Launchpad Bazaar server -- hangs on SSH ECDSA authentication

When connecting to "bazaar.launchpad.net" over SSH (for "lp..." and "bzr+ssh://...") using OpenSSH 5.8p2 client, the connection hangs when authentication using an ECDSA key is attempted.

[2011-08-21T19:42:56Z]
$ ssh -vvv <email address hidden> bzr whatever
OpenSSH_5.8p2, OpenSSL 1.0.0d 8 Feb 2011
[...]
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /home/grawity/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug1: Authentications that can continue: publickey
debug1: Trying private key: /home/grawity/.ssh/id_dsa
debug3: no such identity: /home/grawity/.ssh/id_dsa
debug1: Offering ECDSA public key: /home/grawity/.ssh/id_ecdsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
[hangs until killed]

This makes it impossible to checkout Launchpad projects (using "bzr co lp.....") after I have done "bzr lp-login".