Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dservconf.h156 char *authorized_keys_file2; member
H A Dauth.h293 char *authorized_keys_file2(struct passwd *);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dservconf.c144 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()
H A Dauth.c444 authorized_keys_file2(struct passwd *pw) in authorized_keys_file2() function
446 return expand_filename(options.authorized_keys_file2, pw); in authorized_keys_file2()
H A Dauth2-pubkey.c329 file = authorized_keys_file2(pw); in user_key_allowed()