Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c823 int hostkey_trusted = 0; /* Known or explicitly accepted by user */ in check_host_key() local
934 hostkey_trusted = 1; in check_host_key()
1000 hostkey_trusted = 1; /* user explicitly confirmed */ in check_host_key()
1199 if (!hostkey_trusted && options.update_hostkeys) { in check_host_key()