Ticket #4925 defect closed invalid
Conch, SFTP on OSX
| Reported by: | rymurr | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | conch | Keywords: | |
| Cc: | z3p | Branch: | |
| Author: | Launchpad Bug: |
Description
The attached code is meant to send a file to a remote server. I have subclassed SSHUserAuthClient to not ask for a password on the command line but instead take a string. On Linux this script runs to completion but on OSX it asks for a password on the command line. I have checked the following:
- The getPublicKey method from my subclass is called
- The getPassword method from the superclass is NOT called either
I have no idea from where the 'password:' prompt is originating on OSX nor how to track it down. I am on OSX Snow Leopard and have tried both Twisted 10.2 and 10.1 on Python 2.7
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

