Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c1206 if (options.strict_host_key_checking == in check_host_key()
1216 } else if (options.strict_host_key_checking == in check_host_key()
1308 if (options.strict_host_key_checking != in check_host_key()
1365 if (options.strict_host_key_checking != in check_host_key()
1451 if (options.strict_host_key_checking == in check_host_key()
1457 } else if (options.strict_host_key_checking != in check_host_key()
H A Dreadconf.h61 int strict_host_key_checking; /* Strict host key checking. */ member