Home
last modified time | relevance | path

Searched refs:STRING_SSH_PUBLIC_KEY (Results 1 – 4 of 4) sorted by last modified time

/curl/lib/
H A Dsetopt.c2514 result = Curl_setstropt(&data->set.str[STRING_SSH_PUBLIC_KEY], in Curl_vsetopt()
H A Durldata.h1504 STRING_SSH_PUBLIC_KEY, /* path to the public key file for auth */ enumerator
/curl/lib/vssh/
H A Dlibssh2.c1129 if(data->set.str[STRING_SSH_PUBLIC_KEY] in ssh_statemach_act()
1131 && data->set.str[STRING_SSH_PUBLIC_KEY][0]) { in ssh_statemach_act()
1132 sshc->rsa_pub = strdup(data->set.str[STRING_SSH_PUBLIC_KEY]); in ssh_statemach_act()
H A Dlibssh.c2256 if(data->set.str[STRING_SSH_PUBLIC_KEY]) { in myssh_connect()
2257 rc = ssh_pki_import_pubkey_file(data->set.str[STRING_SSH_PUBLIC_KEY], in myssh_connect()

Completed in 40 milliseconds