Searched refs:authorised_keys_file2 (Results 1 – 5 of 5) sorted by relevance
272 authorised_keys_file2(struct passwd *pw) in authorised_keys_file2() function274 return expand_authorised_keys(options.authorised_keys_file2, pw); in authorised_keys_file2()
129 char *authorised_keys_file2; /* Same; note not used for root */ member
135 char *authorised_keys_file2(struct passwd *);
113 options->authorised_keys_file2 = NULL; in initialize_server_options()222 if (options->authorised_keys_file2 == NULL) { in fill_default_server_options()225 options->authorised_keys_file2 = options->authorised_keys_file1; in fill_default_server_options()227 options->authorised_keys_file2 = (char *)_PATH_SSH_USER_PERMITTED_KEYS2; in fill_default_server_options()1083 &options->authorised_keys_file2; in process_server_config_line()1508 dump_cfg_string(sAuthorisedKeysFile2, o->authorised_keys_file2); in dump_config()
262 file = authorised_keys_file2(pw); in user_key_allowed()