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

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h164 char *authorized_keys_files[MAX_AUTHKEYS_FILES]; member in struct:__anon4965
221 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
H A Dauth-rsa.c283 if (strcasecmp(options.authorized_keys_files[i], "none") == 0)
286 options.authorized_keys_files[i], pw);
H A Dauth2-pubkey.c665 if (strcasecmp(options.authorized_keys_files[i], "none") == 0)
668 options.authorized_keys_files[i], pw);
H A Dservconf.c295 options->authorized_keys_files[options->num_authkeys_files++] =
297 options->authorized_keys_files[options->num_authkeys_files++] =
1452 options->authorized_keys_files[
2104 o->authorized_keys_files);

Completed in 100 milliseconds