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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h117 int no_host_authentication_for_localhost; member in struct:__anon6881
H A Dreadconf.c1019 intptr = &options->no_host_authentication_for_localhost;
1917 options->no_host_authentication_for_localhost = - 1;
2076 if (options->no_host_authentication_for_localhost == - 1)
2077 options->no_host_authentication_for_localhost = 0;
2648 dump_cfg_fmtint(oNoHostAuthenticationForLocalhost, o->no_host_authentication_for_localhost);
H A Dsshconnect.c874 if (options.no_host_authentication_for_localhost == 1 && local &&

Completed in 60 milliseconds