Home
last modified time | relevance | path

Searched refs:rsa_authentication (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dreadconf.h42 int rsa_authentication; /* Try RSA authentication. */ member
Dreadconf.c957 intptr = &options->rsa_authentication; in process_config_line_depth()
1797 options->rsa_authentication = -1; in initialize_options()
1937 if (options->rsa_authentication == -1) in fill_default_options()
1938 options->rsa_authentication = 1; in fill_default_options()
2549 dump_cfg_fmtint(oRSAAuthentication, o->rsa_authentication); in dump_client_config()
Dsshconnect1.c734 options.rsa_authentication) { in ssh_userauth1()