Searched refs:authorized_keys_file (Results 1 – 6 of 6) sorted by relevance
155 char *authorized_keys_file; /* File containing public keys */ member
292 char *authorized_keys_file(struct passwd *);
143 options->authorized_keys_file = NULL; in initialize_server_options()364 if (options->authorized_keys_file != NULL) in fill_default_server_options()365 options->authorized_keys_file2 = options->authorized_keys_file; in fill_default_server_options()369 if (options->authorized_keys_file == NULL) in fill_default_server_options()370 options->authorized_keys_file = _PATH_SSH_USER_PERMITTED_KEYS; in fill_default_server_options()1274 &options->authorized_keys_file : in process_server_config_line()
169 file = authorized_keys_file(pw); in auth_rsa_key_allowed()
438 authorized_keys_file(struct passwd *pw) in authorized_keys_file() function440 return expand_filename(options.authorized_keys_file, pw); in authorized_keys_file()
322 file = authorized_keys_file(pw); in user_key_allowed()