Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c579 *system_hostfile) in check_host_key() argument
672 host_file = system_hostfile; in check_host_key()
687 ip_file = system_hostfile; in check_host_key()
942 options.user_hostfile, options.system_hostfile); in verify_host_key()
958 options.user_hostfile, options.system_hostfile); in accept_host_key()
1085 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);
/onnv-gate/usr/src/cmd/ssh/include/
H A Dreadconf.h120 char *system_hostfile;/* Path for /etc/ssh/ssh_known_hosts. */ member
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c603 charptr = &options->system_hostfile; in process_config_line()
974 options->system_hostfile = NULL; in initialize_options()
1114 if (options->system_hostfile == NULL) in fill_default_options()
1115 options->system_hostfile = _PATH_SSH_SYSTEM_HOSTFILE; in fill_default_options()