Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h208 u_int num_authkeys_files; /* Files containing public keys */ member
305 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
H A Dservconf.c191 options->num_authkeys_files = 0; in initialize_server_options()
468 if (options->num_authkeys_files == 0) { in fill_default_server_options()
471 &options->num_authkeys_files, in fill_default_server_options()
475 &options->num_authkeys_files, in fill_default_server_options()
2185 found = options->num_authkeys_files == 0; in process_server_config_line_depth()
2203 options->num_authkeys_files = nstrs; in process_server_config_line_depth()
3319 dump_cfg_strarray_oneline(sAuthorizedKeysFile, o->num_authkeys_files, in dump_config()
H A Dauth2-pubkey.c778 for (i = 0; !success && i < options.num_authkeys_files; i++) { in user_key_allowed()