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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h44 int rhosts_rsa_authentication; /* Try rhosts with RSA member in struct:__anon4957
H A Dservconf.h97 int rhosts_rsa_authentication; /* If true, permit rhosts RSA member in struct:__anon4965
H A Dauth1.c74 &options.rhosts_rsa_authentication, auth1_process_rhosts_rsa
H A Dreadconf.c534 intptr = &options->rhosts_rsa_authentication;
1262 options->rhosts_rsa_authentication = -1;
1373 if (options->rhosts_rsa_authentication == -1)
1374 options->rhosts_rsa_authentication = 0;
H A Dservconf.c103 options->rhosts_rsa_authentication = -1;
232 if (options->rhosts_rsa_authentication == -1)
233 options->rhosts_rsa_authentication = 0;
1088 intptr = &options->rhosts_rsa_authentication;
2039 dump_cfg_fmtint(sRhostsRSAAuthentication, o->rhosts_rsa_authentication);
H A Dsshconnect1.c704 options.rhosts_rsa_authentication) {
H A Dmonitor.c1193 allowed = options.rhosts_rsa_authentication &&
1196 if (options.rhosts_rsa_authentication && allowed != 1)
H A Dssh.c881 if (options.rhosts_rsa_authentication ||
H A Dsshd.c2327 if (options.rhosts_rsa_authentication)

Completed in 129 milliseconds