Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-rh-rsa.c37 HostStatus host_status; in auth_rhosts_rsa_key_allowed() local
43 host_status = check_key_in_hostfiles(pw, client_host_key, in auth_rhosts_rsa_key_allowed()
47 return (host_status == HOST_OK); in auth_rhosts_rsa_key_allowed()
H A Dauth2-hostbased.c166 HostStatus host_status; in hostbased_key_allowed() local
197 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
202 if (host_status == HOST_NEW) in hostbased_key_allowed()
203 host_status = check_key_in_hostfiles(pw, key, lookup, in hostbased_key_allowed()
208 return (host_status == HOST_OK); in hostbased_key_allowed()
H A Dauth.c457 HostStatus host_status; in check_key_in_hostfiles() local
461 host_status = check_host_in_hostfile(sysfile, host, key, found, NULL); in check_key_in_hostfiles()
463 if (host_status != HOST_OK && userfile != NULL) { in check_key_in_hostfiles()
474 host_status = check_host_in_hostfile(user_hostfile, in check_key_in_hostfiles()
482 debug2("check_key_in_hostfiles: key %s for %s", host_status == HOST_OK ? in check_key_in_hostfiles()
484 return host_status; in check_key_in_hostfiles()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c610 HostStatus host_status; in check_host_key() local
694 host_status = check_host_in_hostfile(host_file, host, host_key, in check_host_key()
696 if (host_status == HOST_NEW) { in check_host_key()
698 host_status = check_host_in_hostfile(host_file, host, host_key, in check_host_key()
716 if (host_status == HOST_CHANGED && in check_host_key()
722 ip_status = host_status; in check_host_key()
726 switch (host_status) { in check_host_key()
916 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
923 if (host_status == HOST_OK) { in check_host_key()