Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDreadconf.h98 char *preferred_authentications; member
HDsshconnect2.c394 if (options.preferred_authentications == NULL) in ssh_userauth2()
395 options.preferred_authentications = authmethods_get(); in ssh_userauth2()
1654 authlist = options.preferred_authentications; in authmethod_get()
1660 preferred = options.preferred_authentications; in authmethod_get()
HDreadconf.c1006 charptr = &options->preferred_authentications; in process_config_line()
1624 options->preferred_authentications = NULL; in initialize_options()