cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: CURLSSH_AUTH_HOST really supported?

From: Ellié Computing Open Source Program <opensource_at_elliecomputing.com>
Date: Thu, 8 Mar 2012 16:35:27 +0100

>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 situation?

ok here is the patch, I hope it will go through...

Armel

Received on 2012-03-08