Lines Matching refs:server_user

329 	const char *server_user;  member
440 const char *server_user, char *host, Sensitive *sensitive) in ssh_userauth2() argument
450 authctxt.server_user = server_user; in ssh_userauth2()
559 authctxt->server_user, authctxt->host, authlist); in userauth()
806 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_gssapi()
880 ssh_gssapi_buildmic(b, authctxt->server_user, in process_gssapi_token()
1050 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_none()
1073 xasprintf(&prompt, "%s@%s's password: ", authctxt->server_user, host); in userauth_passwd()
1076 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_passwd()
1121 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in input_userauth_passwd_changereq()
1129 authctxt->server_user, host); in input_userauth_passwd_changereq()
1139 authctxt->server_user, host); in input_userauth_passwd_changereq()
1148 authctxt->server_user, host); in input_userauth_passwd_changereq()
1431 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 || in sign_and_send_pubkey()
1517 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in send_pubkey_test()
1898 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_kbdint()
1958 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()
2186 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 || in userauth_hostbased()
2207 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_hostbased()