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

/freebsd-10.3-release/crypto/openssh/
H A Dreadconf.h41 int rhosts_rsa_authentication; /* Try rhosts with RSA member in struct:__anon5372
H A Dservconf.h100 int rhosts_rsa_authentication; /* If true, permit rhosts RSA member in struct:__anon5383
H A Dauth1.c77 &options.rhosts_rsa_authentication, auth1_process_rhosts_rsa
H A Dreadconf.c938 intptr = &options->rhosts_rsa_authentication;
1696 options->rhosts_rsa_authentication = -1;
1827 if (options->rhosts_rsa_authentication == -1)
1828 options->rhosts_rsa_authentication = 0;
2383 dump_cfg_fmtint(oRhostsRSAAuthentication, o->rhosts_rsa_authentication);
H A Dservconf.c109 options->rhosts_rsa_authentication = -1;
274 if (options->rhosts_rsa_authentication == -1)
275 options->rhosts_rsa_authentication = 0;
1192 intptr = &options->rhosts_rsa_authentication;
2260 dump_cfg_fmtint(sRhostsRSAAuthentication, o->rhosts_rsa_authentication);
H A Dsshconnect1.c727 options.rhosts_rsa_authentication) {
H A Dmonitor.c1239 allowed = options.rhosts_rsa_authentication &&
1242 if (options.rhosts_rsa_authentication && allowed != 1)
H A Dssh.c1250 if (options.rhosts_rsa_authentication ||
H A Dsshd.c2466 if (options.rhosts_rsa_authentication)

Completed in 128 milliseconds