CURLOPT_SSH_KEYDATA - pointer to apss to the SSH key callback
#include <curl/curl.h>
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_KEYDATA, void *pointer);
Pass a void * as parameter. This pointer will be passed along verbatim to the callback set with CURLOPT_SSH_KEYFUNCTION.
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
CURLOPT_SSH_KEYDATA CURLOPT_SSH_KNOWNHOSTS
This HTML page was made with roffit.