Searched refs:server_user (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth-rhosts.c | 59 const char *server_user) in check_rhosts_file() argument 76 server_user, filename); in check_rhosts_file() 114 strlcpy(userbuf, server_user, sizeof(userbuf)); in check_rhosts_file()
|
H A D | sshconnect2.c | 314 const char *server_user; member 424 const char *server_user, char *host, Sensitive *sensitive) in ssh_userauth2() argument 434 authctxt.server_user = server_user; in ssh_userauth2() 543 authctxt->server_user, authctxt->host, authlist); in userauth() 789 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_gssapi() 860 ssh_gssapi_buildmic(b, authctxt->server_user, in process_gssapi_token() 1026 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_none() 1049 xasprintf(&prompt, "%s@%s's password: ", authctxt->server_user, host); in userauth_passwd() 1052 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in userauth_passwd() 1096 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 || in input_userauth_passwd_changereq() [all …]
|
H A D | sshconnect.c | 1596 char *server_user, *local_user; in ssh_login() local 1600 server_user = options.user ? options.user : local_user; in ssh_login() 1615 debug("Authenticating to %s:%d as '%s'", host, port, server_user); in ssh_login() 1617 ssh_userauth2(ssh, local_user, server_user, host, sensitive); in ssh_login()
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | rshd.c | 609 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()
|