Searched refs:hostkey_trusted (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c824 int hostkey_trusted = 0; /* Known or explicitly accepted by user */ local
935 hostkey_trusted = 1;
1001 hostkey_trusted = 1; /* user explicitly confirmed */
1200 if (!hostkey_trusted && options.update_hostkeys) {

Completed in 151 milliseconds