problem with bzr push when using sftp

Andrew Bennetts andrew.bennetts at canonical.com
Mon Mar 14 23:10:38 UTC 2011


Matt Funk wrote:
>    Hi,
>    Denis from winsshd says the following (from:
>    [1]https://fogbugz.bitvise.com/default.asp?WinSSHD.1.16148.1)
> 
>    "it looks like Bazaar has a bug where it tries to send an SSH protocol
>    message a second time, after it was already sent once.
>    WinSSHD expects that message to be sent only once, like most clients,
>    since there's no sense in sending it twice, so it refuses the second
>    attempt to send that message.
>    I'll bring this issue to my colleagues to see if we can relax how WinSSHD
>    is handling this, perhaps ignoring this superfluous service request
>    message.
>    However, the client should likely also be fixed to not send the service
>    request a second time."
> 
>    I am no expert so i will leave it at that. Maybe someone with more insight
>    can comment.

Bazaar doesn't implement an SSH client though.  On Windows it often uses
the Paramiko library (bundled with Bazaar), but can also use others like
plink (from Putty) or OpenSSH if it finds them on your system.  You can
set the BZR_SSH environment variable to override the automatic
selection.

So obvious next question is: which SSH client is your Bazaar using?  The
log file should tell you (the output of 'bzr version' will tell you
where to find it).

-Andrew.




More information about the bazaar mailing list