Home
last modified time | relevance | path

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

/external/openssh/
Dservconf.h191 u_int num_authkeys_files; /* Files containing public keys */ member
273 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
Dservconf.c175 options->num_authkeys_files = 0; in initialize_server_options()
433 if (options->num_authkeys_files == 0) { in fill_default_server_options()
436 &options->num_authkeys_files, in fill_default_server_options()
440 &options->num_authkeys_files, in fill_default_server_options()
1902 if (*activep && options->num_authkeys_files == 0) { in process_server_config_line_depth()
1908 &options->num_authkeys_files, arg); in process_server_config_line_depth()
2870 dump_cfg_strarray_oneline(sAuthorizedKeysFile, o->num_authkeys_files, in dump_config()
Dauth2-pubkey.c1024 for (i = 0; !success && i < options.num_authkeys_files; i++) { in user_key_allowed()