Home
last modified time | relevance | path

Searched refs:user_hostfile2 (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c961 stat(options.user_hostfile2, &st) == 0) { in verify_host_key()
963 options.user_hostfile2, options.system_hostfile2) == 0) in verify_host_key()
977 stat(options.user_hostfile2, &st) == 0) { in accept_host_key()
979 options.user_hostfile2, options.system_hostfile2) == 0) in accept_host_key()
1097 show_key_from_file(options.user_hostfile2, host, type[i])) { in show_other_keys()
H A Dssh.c743 options.user_hostfile2 =
744 tilde_expand_filename(options.user_hostfile2, original_real_uid);
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h123 char *user_hostfile2; member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c617 charptr = &options->user_hostfile2; in process_config_line()
979 options->user_hostfile2 = NULL; in initialize_options()
1122 if (options->user_hostfile2 == NULL) in fill_default_options()
1123 options->user_hostfile2 = _PATH_SSH_USER_HOSTFILE2; in fill_default_options()