Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dauth-rhosts.c59 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 Dsshconnect2.c338 const char *server_user; member
449 const char *server_user, char *host, Sensitive *sensitive) in ssh_userauth2() argument
459 authctxt.server_user = server_user; in ssh_userauth2()
568 authctxt->server_user, authctxt->host, authlist); in userauth()
889 ssh_gssapi_buildmic(b, authctxt->server_user, in process_gssapi_token()
1138 authctxt->server_user, host); in input_userauth_passwd_changereq()
1148 authctxt->server_user, host); in input_userauth_passwd_changereq()
1157 authctxt->server_user, host); in input_userauth_passwd_changereq()
1446 (r = sshbuf_put_cstring(b, authctxt->server_user)) != 0 || in sign_and_send_pubkey()
2016 authctxt->server_user, options.host_key_alias ? in input_userauth_info_req()
[all …]
H A Dsshconnect.c1545 char *server_user, *local_user; in ssh_login() local
1549 server_user = options.user ? options.user : local_user; in ssh_login()
1564 debug("Authenticating to %s:%d as '%s'", host, port, server_user); in ssh_login()
1566 ssh_userauth2(ssh, local_user, server_user, host, sensitive); in ssh_login()