cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Forcing curl to use gssapi

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 4 Mar 2012 23:18:59 +0100 (CET)

On Fri, 2 Mar 2012, Michael B. Klein wrote:

> I've compiled curl with both libssl2 and gssapi support, but I can't seem to
> get curl to attempt gssapi authentication.
>
> Here's my (verbose) output:
>
> dn0a20734e:lyber-core mbklein$ curl-ssh --verbose sftp://myuser@myserver
> /var/opt/home/myuser/testfile.txt

...

> Am I doing something wrong, or is SFTP+GSSAPI/Kerberos simply not a
> supported protocol/auth combination?

You guessed it. The GSS support is only there for HTTP and to some extent FTP,
but for SFTP it would have to be supported by libssh2 which does all the SSH
magic and it just doesn't support it.

If you feel like working on it making it happen, then please roll up your
sleeves and join the libssh2-devel mailing list and discuss further on how to
make this reality.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-03-04