[sword-devel] SFTP Support

Peter von Kaehne refdoc at gmx.net
Tue Dec 18 09:31:18 MST 2012


Hi Greg,

On Tue, 2012-12-18 at 07:47 -0600, Greg Hellings wrote: 
> From the other thread, Troy writes:
> "I have been following the discussion on the SFTP patch and hadn't
> seen it come to a conclusion yet regarding what might be necessary to
> detect SSL support in cURL. I don't feel I've been negligent with
> this."
> 
> I guess we had a chicken/egg type problem because I was waiting to
> hear back from Peter on his success and you on what you thought of it
> before going further.

Apologies. It still fails, but in a "better" way than before.

I have compiled libcurl on Ubuntu from source, enabling ssh and sftp. 

I had no joy with putting a password anywhere where it made sense.

It clearly tries to connect with the help of a public key, but there
appears to be some confusion as I am getting error messages that my
user name and my key do not fit together.

I can ssh into the same server with a key no problem

Peter 



CURLFTPTransport: TEXT: SSH authentication methods available:
publickey,password

CURLFTPTransport: TEXT: Using ssh public key
file /home/<username>/.ssh/<my_key>.pub

CURLFTPTransport: TEXT: Using ssh private key
file /home/<username>/.ssh/<my_key>

CURLFTPTransport report progress: totalSize: 0; xfered: 0

CURLFTPTransport: TEXT: SSH public key authentication failed:
Username/PublicKey combination invalid






More information about the sword-devel mailing list