Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dservconf.h211 char **authorized_keys_files; member
308 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files, 1);\
H A Dauth2-pubkey.c819 if (strcasecmp(options.authorized_keys_files[i], "none") == 0) in user_key_allowed()
822 options.authorized_keys_files[i], pw); in user_key_allowed()
H A Dservconf.c467 &options->authorized_keys_files, in fill_default_server_options()
471 &options->authorized_keys_files, in fill_default_server_options()
547 CLEAR_ON_NONE_ARRAY(authorized_keys_files, num_authkeys_files, "none"); in fill_default_server_options()
2210 chararrayptr = &options->authorized_keys_files; in process_server_config_line_depth()
3378 o->authorized_keys_files); in dump_config()