Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect.c979 const struct hostkey_entry *host_found = NULL, *ip_found = NULL; in check_host_key() local
1068 &host_found); in check_host_key()
1075 (host_found != NULL && host_found->note != 0))) in check_host_key()
1089 !sshkey_equal(ip_found->key, host_found->key)))) in check_host_key()
1100 host_found->file, host_found->line); in check_host_key()
1121 (path_in_hostfiles(host_found->file, in check_host_key()
1130 if (options.update_hostkeys != 0 && host_found->note) { in check_host_key()
1298 host_found->file, host_found->line); in check_host_key()
1331 sshkey_type(host_found->key), in check_host_key()
1332 host_found->file, host_found->line); in check_host_key()
[all …]