Comment 6 for bug 433846

Revision history for this message
Bruce (bruce-sqls) wrote : Re: push/bind fails on sftp authentication issue

Not sure if I'm doing this right! But I tried this.

C:\wamp\www\sqfw-bzr>set BZR_SSH=paramiko

C:\wamp\www\sqfw-bzr>bzr push sftp://root@host//data/vcs/bzr/sqfw
Connected (version 2.0, client OpenSSH_5.2)
bzr: ERROR: Connection error: Unable to authenticate to SSH host as
  <email address hidden>
supported auth types: ['publickey', 'keyboard-interactive']

And I got the same error.

I found this error, maybe it relates to our problem here.. https://bugs.launchpad.net/bzr/+bug/414743

I also read in this https://bugs.launchpad.net/bzr/+bug/257322 that someone mentions having paramiko in the path. I don't see this program installed on my computer. Is this something that is packaged in the library files that comes with Bazaar or something I should be installing on my own?