HomeSort by relevance Sort by last modified time
    Searched refs:server_user (Results 1 - 4 of 4) sorted by null

  /external/openssh/
auth-rhosts.c 58 const char *server_user)
75 server_user, filename);
113 strlcpy(userbuf, server_user, sizeof(userbuf));
315 "%s server_user %s", hostname, ipaddr,
sshconnect2.c 261 const char *server_user; member in struct:cauthctxt
365 ssh_userauth2(const char *local_user, const char *server_user, char *host,
380 authctxt.server_user = server_user;
680 packet_put_cstring(authctxt->server_user);
735 ssh_gssapi_buildmic(&b, authctxt->server_user,
885 packet_put_cstring(authctxt->server_user);
908 authctxt->server_user, host);
911 packet_put_cstring(authctxt->server_user);
953 packet_put_cstring(authctxt->server_user);
    [all...]
sshconnect.c 1363 char *server_user, *local_user; local
    [all...]
sshconnect1.c 691 ssh_userauth1(const char *local_user, const char *server_user, char *host,
701 packet_put_cstring(server_user);
762 server_user, host);

Completed in 87 milliseconds