Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsshconnect.c936 int hostkey_trusted = 0; /* Known or explicitly accepted by user */ in check_host_key() local
1114 hostkey_trusted = 1; in check_host_key()
1188 hostkey_trusted = 1; /* user explicitly confirmed */ in check_host_key()
1393 if (!hostkey_trusted && options.update_hostkeys) { in check_host_key()