Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h40 int rhosts_rsa_authentication; /* Try rhosts with RSA member
Dservconf.h100 int rhosts_rsa_authentication; /* If true, permit rhosts RSA member
Dauth1.c77 &options.rhosts_rsa_authentication, auth1_process_rhosts_rsa
Dreadconf.c882 intptr = &options->rhosts_rsa_authentication; in process_config_line()
1608 options->rhosts_rsa_authentication = -1; in initialize_options()
1738 if (options->rhosts_rsa_authentication == -1) in fill_default_options()
1739 options->rhosts_rsa_authentication = 0; in fill_default_options()
2281 dump_cfg_fmtint(oRhostsRSAAuthentication, o->rhosts_rsa_authentication); in dump_client_config()
Dservconf.c111 options->rhosts_rsa_authentication = -1; in initialize_server_options()
260 if (options->rhosts_rsa_authentication == -1) in fill_default_server_options()
261 options->rhosts_rsa_authentication = 0; in fill_default_server_options()
1177 intptr = &options->rhosts_rsa_authentication; in process_server_config_line()
2247 dump_cfg_fmtint(sRhostsRSAAuthentication, o->rhosts_rsa_authentication); in dump_config()
Dsshconnect1.c720 options.rhosts_rsa_authentication) { in ssh_userauth1()
Dmonitor.c1247 allowed = options.rhosts_rsa_authentication && in mm_answer_keyallowed()
1250 if (options.rhosts_rsa_authentication && allowed != 1) in mm_answer_keyallowed()
Dssh.c1221 if (options.rhosts_rsa_authentication || in main()
Dsshd.c2404 if (options.rhosts_rsa_authentication)