What limitations be placed on bzr if paramiko is not used?

John Arbash Meinel john at arbash-meinel.com
Mon Oct 3 14:21:22 UTC 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

...

> Yes, we can use openssh to do 'bzr+ssh'. We *can* use paramiko for
> ssh as well, but we default to openssh if it is available.
>> Thanks! Just a bit more clarification. so bzr will use openssh as
>> is, right? I don't see a python module for openssh.
> 
>> Also is there a particular version of openssh is required? I am
>> working to make bzr (2.1.1) to run on Solaris which has its own 
>> version of ssh but do uses openssl 0x1000004f
> 
>> Thanks,
> 
>> -Ghee

We support "OpenSSH", "SSH Secure Shell", "lsh", and "plink" as
something that we can use for running 'ssh' and getting a connection.
All of them need a bit of changes to the arguments we pass, so we
first run "ssh -V" to figure out what version of "ssh" we are running
against.

We don't use openssl directly. We just start an 'ssh' subprocess and
talk to it via stdin & stdout.

John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6JxOIACgkQJdeBCYSNAAMQZgCfQLexUK642z5XIXbij0Y7DXo5
uBIAoMrBoGj2CJMQHpL+kYKmHFQU7XtI
=T9Tu
-----END PGP SIGNATURE-----



More information about the bazaar mailing list