CURLOPT_SSH_PUBLIC_KEYFILE (3) Linux Manual Page
CURLOPT_SSH_PUBLIC_KEYFILE – set public key file for SSH auth Synopsis#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSH_PUBLIC_KEYFILE, char *filename);DescriptionPass a char * pointing to a filename for your public key. If not used, libcurl defaults to $HOME/.ssh/id_dsa.pub if the HOME environment variable is set, and just "id_dsa.pub" in the current directory if HOME is not set. If…
