Comment 3 for bug 556132

Revision history for this message
Chuck Wilder (chuckw20) wrote : Re: [Bug 556132] Re: bzr: ERROR: paramiko.SSHException:

On Thu, Apr 8, 2010 at 8:52 PM, Andrew Bennetts <
<email address hidden>> wrote:

> Interesting. We should probably catch this and raise a ConnectionError
> in this case. (And in general perhaps we should trap SSHException and
> raise a TransportError instead of dumping a traceback). So this error
> would look like:
>
> C:\Documents and Settings\Chuck>bzr get lp:widelands-media
> Connected (version 2.0, client Twisted)
> Authentication (publickey) successful!
> Secsh channel 1 opened.
> Connection error: SSH failure: Key-exchange timed out waiting for key
> negotiation
>
> As for why this happened to you, perhaps port 22 is firewalled? Or
> maybe there was simply an intermittent network problem. Either way, I
> don't think bzr can do much about it other than report the error as
> clearly as possible.
>
I am able to do bzr branch and bzr get successfully with other trunks.
Could the size play a role? widelands-media tilts the scales at over
1.5Gb. Plus it is only on Windows boxes (XP and Vista Pro) that I
encountered the error. I can bring it down on my Ubuntu boxes without the
error, so I have a work-around for now.

It's darn frustrating because it seems to transfer just about all of the
data, then craps out in the final stages. I thought about setting up a
different SSH key with Launchpad, but haven't gotten around to trying it.

Thanks for your response.