Home
last modified time | relevance | path

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

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