Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDservconf.h163 char *authorized_keys_files[MAX_AUTHKEYS_FILES]; member
223 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
HDauth-rsa.c287 if (strcasecmp(options.authorized_keys_files[i], "none") == 0) in auth_rsa_key_allowed()
290 options.authorized_keys_files[i], pw); in auth_rsa_key_allowed()
HDauth2-pubkey.c671 if (strcasecmp(options.authorized_keys_files[i], "none") == 0) in user_key_allowed()
674 options.authorized_keys_files[i], pw); in user_key_allowed()
HDservconf.c299 options->authorized_keys_files[options->num_authkeys_files++] = in fill_default_server_options()
301 options->authorized_keys_files[options->num_authkeys_files++] = in fill_default_server_options()
1465 options->authorized_keys_files[ in process_server_config_line()
2116 o->authorized_keys_files); in dump_config()