Hi,
I'm trying to connect to a SFTP service which requires both
username/password and public/private key authentication at the same time.
I can connect using the command line SFTP, for example:
sftp -o "IdentityFile=keyfile.txt" username_at_server.com
Connecting to server.com...
EFT Server Enterprise 7.1.5.3Enter passphrase for key 'keyfile.txt':
Authenticated with partial success.
Enter password:
sftp>
What I can't figure out is a way within libssh2 to perform both of these
authentication steps. If I try either libssh2_userauth_publickey_frommemory
or libssh2_userauth_password both of these return an immediate failure.
Is there any way within libssh2 to get this form of double authentication?
Regards,
Keith.
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2016-02-04