Lines Matching refs:user
1036 * possible to get a 'generic' list (not user-specific) of authentication
1042 conn->user,
1043 curlx_uztoui(strlen(conn->user)));
1048 infof(data, "SSH user accepted with no authentication");
1121 * Unless the user explicitly specifies a public key file, let
1160 conn->user,
1162 strlen(conn->user)),
1207 rc = libssh2_userauth_password_ex(sshc->ssh_session, conn->user,
1208 curlx_uztoui(strlen(conn->user)),
1295 /* as prev_identity evolves only after an identity user auth finished we
1305 rc = libssh2_agent_userauth(sshc->ssh_agent, conn->user,
1347 conn->user,
1349 strlen(conn->user)),
3261 if(conn->user) {
3262 infof(data, "User: %s", conn->user);
3813 /* The SSH session is associated with the *CONNECTION* but the callback user
3815 * user pointer to the *CURRENT* (new) easy handle.