HomeSort by: relevance | last modified time | path
    Searched refs:authorized_keys_files (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
servconf.h 224 char **authorized_keys_files; member in struct:__anon186
325 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files, 1);\
auth2-pubkey.c 827 if (strcasecmp(options.authorized_keys_files[i], "none") == 0)
830 options.authorized_keys_files[i], pw);
servconf.c 514 &options->authorized_keys_files,
518 &options->authorized_keys_files,
658 CLEAR_ON_NONE_ARRAY(authorized_keys_files, num_authkeys_files, "none");
2368 chararrayptr = &options->authorized_keys_files;
3647 o->authorized_keys_files);

Completed in 65 milliseconds