Home
last modified time | relevance | path

Searched refs:server_user (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/crypto/openssh/
H A Dauth-rhosts.c60 const char *server_user) in check_rhosts_file() argument
77 server_user, filename); in check_rhosts_file()
115 strlcpy(userbuf, server_user, sizeof(userbuf)); in check_rhosts_file()
H A Dsshconnect2.c315 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()
861 ssh_gssapi_buildmic(b, authctxt->server_user, in process_gssapi_token()
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()
1987 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()
[all …]
H A Dsshconnect.c1566 char *server_user, *local_user; in ssh_login() local
1570 server_user = options.user ? options.user : local_user; in ssh_login()
1585 debug("Authenticating to %s:%d as '%s'", host, port, server_user); in ssh_login()
1587 ssh_userauth2(ssh, local_user, server_user, host, sensitive); in ssh_login()
/freebsd-14.2/crypto/heimdal/appl/rsh/
H A Drshd.c609 char *client_user = NULL, *server_user = NULL, *cmd = NULL; in doit() local
684 &server_user, in doit()
696 &server_user, in doit()
707 if (client_user == NULL || server_user == NULL || cmd == NULL) in doit()
710 pwd = getpwnam (server_user); in doit()
729 server_user, that_host); in doit()
738 sp = getspnam(server_user); in doit()