Lines Matching refs:server_user

315 	const char *server_user;  member
425 const char *server_user, char *host, Sensitive *sensitive) in ssh_userauth2() argument
435 authctxt.server_user = server_user; in ssh_userauth2()
544 authctxt->server_user, authctxt->host, authlist); in userauth()
790 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_gssapi()
861 ssh_gssapi_buildmic(b, authctxt->server_user, in process_gssapi_token()
1027 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_none()
1050 xasprintf(&prompt, "%s@%s's password: ", authctxt->server_user, host); in userauth_passwd()
1053 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_passwd()
1097 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in input_userauth_passwd_changereq()
1105 authctxt->server_user, host); in input_userauth_passwd_changereq()
1115 authctxt->server_user, host); in input_userauth_passwd_changereq()
1124 authctxt->server_user, host); in input_userauth_passwd_changereq()
1413 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 || in sign_and_send_pubkey()
1506 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in send_pubkey_test()
1927 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_kbdint()
1987 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()
2217 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 || in userauth_hostbased()
2238 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_hostbased()