Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dservconf.h159 int max_auth_tries_log; member
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c147 options->max_auth_tries_log = -1; in initialize_server_options()
374 if (options->max_auth_tries_log == -1) in fill_default_server_options()
375 options->max_auth_tries_log = options->max_auth_tries / 2; in fill_default_server_options()
1291 intptr = &options->max_auth_tries_log; in process_server_config_line()
H A Dauth.c257 authctxt->attempt >= options.max_auth_tries_log || in auth_log()