Searched defs:ssh_conn (Results 1 – 1 of 1) sorted by relevance
131 struct ssh_conn { struct132 const char *authlist; /* List of auth. methods, managed by libssh2 */135 const char *passphrase; /* pass-phrase to use */136 char *rsa_pub; /* strdup'ed public key file */137 char *rsa; /* strdup'ed private key file */138 bool authed; /* the connection has been authenticated fine */139 bool acceptfail; /* used by the SFTP_QUOTE (continue if141 sshstate state; /* always use ssh.c:state() to change state! */142 sshstate nextstate; /* the state to goto after stopping */143 CURLcode actualcode; /* the actual error code */[all …]