Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h40 int rhosts_rsa_authentication; /* Try rhosts with RSA member
Dreadconf.c961 intptr = &options->rhosts_rsa_authentication; in process_config_line_depth()
1805 options->rhosts_rsa_authentication = -1; in initialize_options()
1951 if (options->rhosts_rsa_authentication == -1) in fill_default_options()
1952 options->rhosts_rsa_authentication = 0; in fill_default_options()
2548 dump_cfg_fmtint(oRhostsRSAAuthentication, o->rhosts_rsa_authentication); in dump_client_config()
Dsshconnect1.c723 options.rhosts_rsa_authentication) { in ssh_userauth1()
Dssh.c1295 if (options.rhosts_rsa_authentication || in main()