Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c617 const char *host_file = NULL, *ip_file = NULL; in check_host_key() local
693 host_file = user_hostfile; in check_host_key()
694 host_status = check_host_in_hostfile(host_file, host, host_key, in check_host_key()
697 host_file = system_hostfile; in check_host_key()
698 host_status = check_host_in_hostfile(host_file, host, host_key, in check_host_key()
735 debug("Found key in %s:%d", host_file, host_line); in check_host_key()
821 "(%s:%d)", host, host_file, host_line); in check_host_key()
825 "hosts file(s) (%s:%d)", ip, host_file, in check_host_key()
863 type, type, fp, user_hostfile, host_file, host_line); in check_host_key()
927 host_file, host_line); in check_host_key()