Home | History | Annotate | Download | only in openssh

Lines Matching refs:username

644 	char *tmp, *username = NULL, *command = NULL, **av = NULL;
664 username = percent_expand(options.authorized_principals_command_user,
666 pw = getpwnam(username);
669 username, strerror(errno));
752 free(username);
828 * their username in the certificate principals list.
902 * against the username.
975 char *username = NULL, *key_fp = NULL, *keytext = NULL;
993 username = percent_expand(options.authorized_keys_command_user,
995 pw = getpwnam(username);
998 username, strerror(errno));
1043 * target username as a single argument.
1081 free(username);