Lines Matching refs:server_user
264 const char *server_user; member
368 ssh_userauth2(const char *local_user, const char *server_user, char *host, in ssh_userauth2() argument
383 authctxt.server_user = server_user; in ssh_userauth2()
478 authctxt->server_user, authctxt->host, authlist); in userauth()
685 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_gssapi()
750 ssh_gssapi_buildmic(b, authctxt->server_user, in process_gssapi_token()
919 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_none()
945 authctxt->server_user, host); in userauth_passwd()
948 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_passwd()
992 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in input_userauth_passwd_changereq()
1000 authctxt->server_user, host); in input_userauth_passwd_changereq()
1010 authctxt->server_user, host); in input_userauth_passwd_changereq()
1019 authctxt->server_user, host); in input_userauth_passwd_changereq()
1250 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 || in sign_and_send_pubkey()
1334 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in send_pubkey_test()
1696 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_kbdint()
1978 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 || in userauth_hostbased()
2000 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_hostbased()