Comment 5 for bug 1019984

Revision history for this message
Martin Packman (gz) wrote : Re: bzr-git should insert SSHVendor into dulwich rather than relying on ssh.exe

Swapping in the bzrlib SSHVendor implementation is slightly harder than it looks. Not only does the connect_ssh have a different signature, but the way the ssh subprocess gets wrapped is different, and it would be another step further to get paramiko working. Maybe fixing it in dulwich makes more sense after all.