Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh.h107 struct ssh_conn { struct
108 const char *authlist; /* List of auth. methods, managed by libssh2 */
110 const char *passphrase; /* pass-phrase to use */
111 char *rsa_pub; /* path name */
112 char *rsa; /* path name */
113 bool authed; /* the connection has been authenticated fine */
114 sshstate state; /* always use ssh.c:state() to change state! */
115 sshstate nextstate; /* the state to goto after stopping */
116 CURLcode actualcode; /* the actual error code */
117 struct curl_slist *quote_item; /* for the quote option */
[all …]