Searched refs:STRING_SSH_PUBLIC_KEY (Results 1 – 3 of 3) sorted by relevance
1388 STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */ enumerator
851 if(data->set.str[STRING_SSH_PUBLIC_KEY]) { in ssh_statemach_act()852 sshc->rsa_pub = strdup(data->set.str[STRING_SSH_PUBLIC_KEY]); in ssh_statemach_act()
2347 result = setstropt(&data->set.str[STRING_SSH_PUBLIC_KEY], in Curl_setopt()