Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshconnect.c943 int hostkey_trusted = 0; /* Known or explicitly accepted by user */ in check_host_key() local
1104 hostkey_trusted = 1; in check_host_key()
1178 hostkey_trusted = 1; /* user explicitly confirmed */ in check_host_key()
1380 if (!hostkey_trusted && options.update_hostkeys) { in check_host_key()