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

/external/openssh/
H A Dreadconf.h40 int rhosts_rsa_authentication; /* Try rhosts with RSA member in struct:__anon13021
H A Dservconf.h98 int rhosts_rsa_authentication; /* If true, permit rhosts RSA member in struct:__anon13030
H A Dauth1.c77 &options.rhosts_rsa_authentication, auth1_process_rhosts_rsa
H A Dreadconf.c880 intptr = &options->rhosts_rsa_authentication;
1608 options->rhosts_rsa_authentication = -1;
1737 if (options->rhosts_rsa_authentication == -1)
1738 options->rhosts_rsa_authentication = 0;
2277 dump_cfg_fmtint(oRhostsRSAAuthentication, o->rhosts_rsa_authentication);
H A Dservconf.c109 options->rhosts_rsa_authentication = -1;
252 if (options->rhosts_rsa_authentication == -1)
253 options->rhosts_rsa_authentication = 0;
1116 intptr = &options->rhosts_rsa_authentication;
2126 dump_cfg_fmtint(sRhostsRSAAuthentication, o->rhosts_rsa_authentication);
H A Dsshconnect1.c720 options.rhosts_rsa_authentication) {
H A Dmonitor.c1246 allowed = options.rhosts_rsa_authentication &&
1249 if (options.rhosts_rsa_authentication && allowed != 1)
H A Dssh.c1222 if (options.rhosts_rsa_authentication ||
H A Dsshd.c2385 if (options.rhosts_rsa_authentication)

Completed in 598 milliseconds