On Fri, Jul 20, 2012 at 11:58:39AM -0400, Brian Minton wrote: > I used bzr to branch a project from launchpad. > > It worked, but gave me a warning that I should set up my launchpad > userid. > > I set my launchpad id, then tried to do a bzr branch with an lp: url > > bzr branch lp:openshot > > I started getting bzr errors: > > ssh_exchange_identification: read: Connection reset by peer > ConnectionReset reading response for 'BzrDir.open_2.1', retrying > ssh_exchange_identification: read: Connection reset by peer > bzr: ERROR: Connection closed: Unexpected end of message. Please check > connectivity and permissions, and report a bug if problems persist. > > I added my launchpad.net ssh public key (note that I already had some > keys in my ssh-agent) with ssh-add. > > I still got the bzr error. > > I deleted all the keys from my ssh-agent. > > I then added my launchpad key to the agent. > > I was then able to do the bzr branch. > > I then added other ssh keys and was still able to do the branch.
I can't reproduce this (Launchpad also doesn't have the first key in my keyring). Can you reproduce this while running "ssh bazaar.launchpad.net" rather than "bzr branch ..." ? On successful login you should get an error saying "No shells on this server". Cheers, Jelmer -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

