Home
last modified time | relevance | path

Searched defs:ssh_conn (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vssh/
Dssh.h118 struct ssh_conn { struct
119 const char *authlist; /* List of auth. methods, managed by libssh2 */
122 const char *passphrase; /* pass-phrase to use */
123 char *rsa_pub; /* path name */
124 char *rsa; /* path name */
125 bool authed; /* the connection has been authenticated fine */
126 sshstate state; /* always use ssh.c:state() to change state! */
127 sshstate nextstate; /* the state to goto after stopping */
128 CURLcode actualcode; /* the actual error code */
129 struct curl_slist *quote_item; /* for the quote option */
[all …]