table of contents
CURLOPT_SSH_KEYDATA(3) | curl_easy_setopt options | CURLOPT_SSH_KEYDATA(3) |
NAME¶
CURLOPT_SSH_KEYDATA - pointer to pass to the SSH key callbackSYNOPSIS¶
#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¶
NULLPROTOCOLS¶
SFTP and SCPEXAMPLE¶
TODOAVAILABILITY¶
Added in 7.19.6RETURN VALUE¶
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.SEE ALSO¶
CURLOPT_SSH_KEYDATA(3), CURLOPT_SSH_KNOWNHOSTS(3),19 Jun 2014 | libcurl 7.37.0 |