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

/freebsd-13-stable/crypto/openssh/
H A Dauth-rhosts.c58 const char *server_user)
75 server_user, filename);
113 strlcpy(userbuf, server_user, sizeof(userbuf));
315 "%s server_user %s", hostname, ipaddr,
56 check_rhosts_file(const char *filename, const char *hostname, const char *ipaddr, const char *client_user, const char *server_user) argument
H A Dsshconnect2.c264 const char *server_user; member in struct:cauthctxt
368 ssh_userauth2(const char *local_user, const char *server_user, char *host, argument
383 authctxt.server_user = server_user;
478 authctxt->server_user, authctxt->host, authlist);
714 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 ||
779 ssh_gssapi_buildmic(b, authctxt->server_user,
948 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) != 0 ||
974 authctxt->server_user, host);
977 (r = sshpkt_put_cstring(ssh, authctxt->server_user)) !
[all...]
H A Dsshconnect.c1411 char *server_user, *local_user; local
1414 server_user = options.user ? options.user : local_user;
1428 debug("Authenticating to %s:%d as '%s'", host, port, server_user);
1430 ssh_userauth2(local_user, server_user, host, sensitive);
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drshd.c609 char *client_user = NULL, *server_user = NULL, *cmd = NULL; local
684 &server_user,
696 &server_user,
707 if (client_user == NULL || server_user == NULL || cmd == NULL)
710 pwd = getpwnam (server_user);
729 server_user, that_host);
738 sp = getspnam(server_user);

Completed in 168 milliseconds