bzr+ssh on Windows?

Alexander Belchenko bialix at ukr.net
Tue Oct 19 06:13:14 BST 2010


Philippe Lhoste пишет:
> On 18/10/2010 15:27, Alexander Belchenko wrote:
>> Can you show the relevant part of .bzr.log. It should contain
>> information on the SSH client used (paramiko or plink.exe? or maybe
>> ssh.exe?)
> 
>> bzr pull
> Using saved parent location:
> bzr+ssh://bazaar.launchpad.net/~philho/%2Bjunk/Scala/
> Permission denied (publickey).
> bzr: ERROR: Connection closed: Unexpected end of message. Please check
> connectivity and permissions, and report a bug if problems persist.
> 
> 
> 3.570  ssh implementation is OpenSSH

Here is the problem: do you have ssh.exe or openssh.exe in your path?

>> My best guess plink.exe used instead of paramiko, so env var
>> BZR_SSH=paramiko will cure this problem.
> 
> Bingo! Thanks...

Yep, because of the problem above.

> 
>> set BZR_SSH=paramiko
> 
>> bzr pull
> Using saved parent location:
> bzr+ssh://bazaar.launchpad.net/~philho/%2Bjunk/Scala/
> Connected (version 2.0, client Twisted)
> Authentication (publickey) successful!
> Secsh channel 1 opened.
> +N  3rdParty/BorderLayoutTest.scala
> [...]
> All changes applied successfully.
> Now on revision 23.
> 
> 
> 
> At least, it is worth mentioning the issue in the thread, for those
> making searches... :-)

Yep.



More information about the bazaar mailing list