cURL / Mailing Lists / curl-library / Single Mail

curl-library

CURLSSH_AUTH_HOST really supported?

From: Ellié Computing Open Source Program <opensource_at_elliecomputing.com>
Date: Tue, 6 Mar 2012 13:20:48 +0100

Hi,

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?

Regards
Armel

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