Home
last modified time | relevance | path

Searched refs:authorized_keys_file (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h155 char *authorized_keys_file; /* File containing public keys */ member
H A Dauth.h292 char *authorized_keys_file(struct passwd *);
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c143 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()
H A Dauth-rsa.c169 file = authorized_keys_file(pw); in auth_rsa_key_allowed()
H A Dauth.c438 authorized_keys_file(struct passwd *pw) in authorized_keys_file() function
440 return expand_filename(options.authorized_keys_file, pw); in authorized_keys_file()
H A Dauth2-pubkey.c322 file = authorized_keys_file(pw); in user_key_allowed()