Comment 4 for bug 375867

Revision history for this message
John A Meinel (jameinel) wrote : Re: bzr twisted ssh client asks for password even when the server doesn't accept passwords

I'm pretty sure that the line:
Connected (version 2.0, client Twisted)

Is generated by Paramiko informing you that it is connecting to a Twisted SSH server, *not* that it is connecting via a Twisted client locally.

So the bug probably either exists in Paramiko, or in our ParamikoSSHVendor, such that it doesn't realize whether passwords are even allowed. My guess is that either paramiko isn't giving us this information, or we are failing to ask paramiko what is supported.