CURLOPT_SSH_KEYDATA (3) Linux Manual Page
CURLOPT_SSH_KEYDATA – pointer to pass to the SSH key callback
Synopsis
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_KEYDATA, void *pointer);
Description
Pass a void * as parameter. This pointer will be passed along verbatim to the callback set with CURLOPT_SSH_KEYFUNCTION(3).
Default
NULL
Protocols
SFTP and SCP
Example
TODO
Availability
Added in 7.19.6
Return Value
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
