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

/freebsd-10.3-release/crypto/openssh/
H A Dsshconnect.c825 int hostkey_trusted = 0; /* Known or explicitly accepted by user */ local
936 hostkey_trusted = 1;
1002 hostkey_trusted = 1; /* user explicitly confirmed */
1201 if (!hostkey_trusted && options.update_hostkeys) {

Completed in 92 milliseconds