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

/external/openssh/
H A Dservconf.h170 char *authorized_keys_files[MAX_AUTHKEYS_FILES]; member in struct:__anon14981
230 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
H A Dauth-rsa.c292 if (strcasecmp(options.authorized_keys_files[i], "none") == 0)
295 options.authorized_keys_files[i], pw);
H A Dauth2-pubkey.c1057 if (strcasecmp(options.authorized_keys_files[i], "none") == 0)
1060 options.authorized_keys_files[i], pw);
H A Dservconf.c329 options->authorized_keys_files[options->num_authkeys_files++] =
331 options->authorized_keys_files[options->num_authkeys_files++] =
1576 options->authorized_keys_files[
2324 o->authorized_keys_files);

Completed in 117 milliseconds