Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dssh.h129 struct ssh_conn { struct
130 const char *authlist; /* List of auth. methods, managed by libssh2 */
133 const char *passphrase; /* pass-phrase to use */
134 char *rsa_pub; /* path name */
135 char *rsa; /* path name */
136 bool authed; /* the connection has been authenticated fine */
137 bool acceptfail; /* used by the SFTP_QUOTE (continue if
139 sshstate state; /* always use ssh.c:state() to change state! */
140 sshstate nextstate; /* the state to goto after stopping */
141 CURLcode actualcode; /* the actual error code */
[all …]