Searched refs:login_grace_time (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dservconf.h72 int login_grace_time; /* Disconnect if no auth in this time member in struct:__anon4965
H A Dservconf.c88 options->login_grace_time = -1;
202 if (options->login_grace_time == -1)
203 options->login_grace_time = 120;
948 intptr = &options->login_grace_time;
2027 dump_cfg_int(sLoginGraceTime, o->login_grace_time);
H A Dsshd.c944 " [-E log_file] [-f config_file] [-g login_grace_time]\n"
1497 if ((options.login_grace_time = convtime(optarg)) == -1) {
2108 alarm(options.login_grace_time);

Completed in 199 milliseconds