Home
last modified time | relevance | path

Searched refs:max_init_auth_tries (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dservconf.h161 int max_init_auth_tries; /* SUNW: /etc/default/login */ member
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dservconf.c149 options->max_init_auth_tries = -1; in initialize_server_options()
205 if (options->max_init_auth_tries == -1 && in deflt_fill_default_server_options()
207 options->max_init_auth_tries = atoi(ptr); in deflt_fill_default_server_options()
377 if (options->max_init_auth_tries == -1) in fill_default_server_options()
378 options->max_init_auth_tries = AUTH_FAIL_MAX; in fill_default_server_options()
380 options->max_init_auth_tries_log = options->max_init_auth_tries / 2; in fill_default_server_options()
H A Dauth1.c277 options.max_init_auth_tries) in do_authloop()
H A Dauth2.c241 authctxt->init_failures < options.max_init_auth_tries) in input_userauth_request()