HomeSort by relevance Sort by last modified time
    Searched refs:authorized_keys_files (Results 1 - 4 of 4) sorted by null

  /external/openssh/
servconf.h 166 char *authorized_keys_files[MAX_AUTHKEYS_FILES]; member in struct:__anon17334
222 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
auth-rsa.c 292 if (strcasecmp(options.authorized_keys_files[i], "none") == 0)
295 options.authorized_keys_files[i], pw);
auth2-pubkey.c 694 if (strcasecmp(options.authorized_keys_files[i], "none") == 0)
697 options.authorized_keys_files[i], pw);
servconf.c 321 options->authorized_keys_files[options->num_authkeys_files++] =
323 options->authorized_keys_files[options->num_authkeys_files++] =
    [all...]

Completed in 47 milliseconds