Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h124 char *preferred_authentications; member
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c338 if (options.preferred_authentications == NULL) in ssh_userauth2()
339 options.preferred_authentications = authmethods_get(); in ssh_userauth2()
1633 authlist = options.preferred_authentications; in authmethod_get()
1640 preferred = options.preferred_authentications; in authmethod_get()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c629 charptr = &options->preferred_authentications; in process_config_line()
984 options->preferred_authentications = NULL; in initialize_options()