Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDreadconf.h43 int rsa_authentication; /* Try RSA authentication. */ member
HDreadconf.c968 intptr = &options->rsa_authentication; in process_config_line_depth()
1825 options->rsa_authentication = -1; in initialize_options()
1965 if (options->rsa_authentication == -1) in fill_default_options()
1966 options->rsa_authentication = 1; in fill_default_options()
2585 dump_cfg_fmtint(oRSAAuthentication, o->rsa_authentication); in dump_client_config()
HDsshconnect1.c734 options.rsa_authentication) { in ssh_userauth1()