Searched refs:authorized_keys_file2 (Results 1 – 5 of 5) sorted by relevance
156 char *authorized_keys_file2; member
293 char *authorized_keys_file2(struct passwd *);
144 options->authorized_keys_file2 = NULL; in initialize_server_options()362 if (options->authorized_keys_file2 == NULL) { in fill_default_server_options()365 options->authorized_keys_file2 = options->authorized_keys_file; in fill_default_server_options()367 options->authorized_keys_file2 = _PATH_SSH_USER_PERMITTED_KEYS2; in fill_default_server_options()1275 &options->authorized_keys_file2; in process_server_config_line()
444 authorized_keys_file2(struct passwd *pw) in authorized_keys_file2() function446 return expand_filename(options.authorized_keys_file2, pw); in authorized_keys_file2()
329 file = authorized_keys_file2(pw); in user_key_allowed()