Home
last modified time | relevance | path

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

/aosp_15_r20/external/curl/lib/vssh/
H A Dssh.h137 struct ssh_conn { struct
138 const char *authlist; /* List of auth. methods, managed by libssh2 */
141 const char *passphrase; /* pass-phrase to use */
142 char *rsa_pub; /* strdup'ed public key file */
143 char *rsa; /* strdup'ed private key file */
144 bool authed; /* the connection has been authenticated fine */
145 bool acceptfail; /* used by the SFTP_QUOTE (continue if
147 sshstate state; /* always use ssh.c:state() to change state! */
148 sshstate nextstate; /* the state to goto after stopping */
149 CURLcode actualcode; /* the actual error code */
[all …]