Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h91 char *preferred_authentications; member
Dsshconnect2.c392 if (options.preferred_authentications == NULL) in ssh_userauth2()
393 options.preferred_authentications = authmethods_get(); in ssh_userauth2()
1866 authlist = options.preferred_authentications; in authmethod_get()
1873 preferred = options.preferred_authentications; in authmethod_get()
Dreadconf.c640 charptr = &options->preferred_authentications; in process_config_line()
1178 options->preferred_authentications = NULL; in initialize_options()