Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssh/
HDreadconf.h83 char *preferred_authentications; member
HDsshconnect2.c429 if (options.preferred_authentications == NULL) in ssh_userauth2()
430 options.preferred_authentications = authmethods_get(); in ssh_userauth2()
2314 authlist = options.preferred_authentications; in authmethod_get()
2320 preferred = options.preferred_authentications; in authmethod_get()
HDreadconf.c1473 charptr = &options->preferred_authentications; in process_config_line_depth()
2671 options->preferred_authentications = NULL; in initialize_options()
3060 free(o->preferred_authentications); in free_options()
3675 dump_cfg_string(oPreferredAuthentications, o->preferred_authentications); in dump_client_config()