Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dsshconnect.c714 host_key, options.hash_known_hosts)) in check_host_key()
800 if (options.hash_known_hosts) { in check_host_key()
803 host_key, options.hash_known_hosts) && in check_host_key()
805 host_key, options.hash_known_hosts); in check_host_key()
810 options.hash_known_hosts); in check_host_key()
814 options.hash_known_hosts); in check_host_key()
Dreadconf.h114 int hash_known_hosts; member
Dreadconf.c843 intptr = &options->hash_known_hosts; in process_config_line()
1038 options->hash_known_hosts = -1; in initialize_options()
1171 if (options->hash_known_hosts == -1) in fill_default_options()
1172 options->hash_known_hosts = 0; in fill_default_options()