Home
last modified time | relevance | path

Searched refs:authorised_keys_file2 (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.bin/ssh/
Dauth.c272 authorised_keys_file2(struct passwd *pw) in authorised_keys_file2() function
274 return expand_authorised_keys(options.authorised_keys_file2, pw); in authorised_keys_file2()
Dservconf.h129 char *authorised_keys_file2; /* Same; note not used for root */ member
Dauth.h135 char *authorised_keys_file2(struct passwd *);
Dservconf.c113 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()
Dauth2-pubkey.c262 file = authorised_keys_file2(pw); in user_key_allowed()