Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dauth-rhosts.c58 const char *server_user) in check_rhosts_file() argument
75 server_user, filename); in check_rhosts_file()
113 strlcpy(userbuf, server_user, sizeof(userbuf)); in check_rhosts_file()
H A Dsshconnect2.c264 const char *server_user; member
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()
945 authctxt->server_user, host); in userauth_passwd()
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()
[all …]
H A Dsshconnect.c1403 char *server_user, *local_user; in ssh_login() local
1406 server_user = options.user ? options.user : local_user; in ssh_login()
1420 debug("Authenticating to %s:%d as '%s'", host, port, server_user); in ssh_login()
1422 ssh_userauth2(local_user, server_user, host, sensitive); in ssh_login()
/freebsd-12.1/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()