Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c604 *system_hostfile) in check_host_key() argument
697 host_file = system_hostfile; in check_host_key()
712 ip_file = system_hostfile; in check_host_key()
967 options.user_hostfile, options.system_hostfile); in verify_host_key()
983 options.user_hostfile, options.system_hostfile); in accept_host_key()
1110 if (show_key_from_file(options.system_hostfile, host, type[i])) { in show_other_keys()
H A Dssh.c737 options.system_hostfile =
738 tilde_expand_filename(options.system_hostfile, original_real_uid);
/titanic_50/usr/src/cmd/ssh/include/
H A Dreadconf.h120 char *system_hostfile;/* Path for /etc/ssh/ssh_known_hosts. */ member
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c605 charptr = &options->system_hostfile; in process_config_line()
976 options->system_hostfile = NULL; in initialize_options()
1116 if (options->system_hostfile == NULL) in fill_default_options()
1117 options->system_hostfile = _PATH_SSH_SYSTEM_HOSTFILE; in fill_default_options()