Searched refs:STRING_SSH_PUBLIC_KEY (Results 1 – 4 of 4) sorted by relevance
789 if(data->set.str[STRING_SSH_PUBLIC_KEY] in ssh_statemach_act()791 && data->set.str[STRING_SSH_PUBLIC_KEY][0]) { in ssh_statemach_act()792 sshc->rsa_pub = strdup(data->set.str[STRING_SSH_PUBLIC_KEY]); in ssh_statemach_act()
1466 STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */ enumerator
2108 if(data->set.str[STRING_SSH_PUBLIC_KEY]) { in myssh_connect()2109 rc = ssh_pki_import_pubkey_file(data->set.str[STRING_SSH_PUBLIC_KEY], in myssh_connect()
2226 result = Curl_setstropt(&data->set.str[STRING_SSH_PUBLIC_KEY], in vsetopt()