cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: CURLSSH_AUTH_HOST really supported?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 8 Mar 2012 00:39:58 +0100 (CET)

On Tue, 6 Mar 2012, Ellié Computing Open Source Program wrote:

> while reading the code in ssh.c to add a CURLSSH_AUTH_AGENT mode, I see the
> state to handle CURLSSH_AUTH_HOST. I am wondering, if it is really
> supported. The state does nothing at all but jumping to private key
> authentication.
>
> line 896:
> case SSH_AUTH_HOST:
> state(conn, SSH_AUTH_KEY_INIT);
> break;
>
> should it be documented then?

Yes it should! You up to providing a patch that clarifies the situaion?

-- 
  / daniel.haxx.se

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-03-08