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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h115 int no_host_authentication_for_localhost; member in struct:__anon4957
H A Dreadconf.c594 intptr = &options->no_host_authentication_for_localhost;
1299 options->no_host_authentication_for_localhost = - 1;
1440 if (options->no_host_authentication_for_localhost == - 1)
1441 options->no_host_authentication_for_localhost = 0;
H A Dsshconnect.c772 if (options.no_host_authentication_for_localhost == 1 && local &&

Completed in 79 milliseconds