Home | History | Annotate | Download | only in openssh

Lines Matching refs:max_authtries

127 	options->max_authtries = -1;
260 if (options->max_authtries == -1)
261 options->max_authtries = DEFAULT_AUTH_FAIL_MAX;
1228 intptr = &options->max_authtries;
1526 M_CP_INTOPT(max_authtries);
1711 dump_cfg_int(sMaxAuthTries, o->max_authtries);