From 0d3d0e8257b7d99a8a8ff9e6de7b581377f4c200 Mon Sep 17 00:00:00 2001 From: djm Date: Fri, 27 Sep 2002 03:21:57 +0000 Subject: [PATCH] - (djm) OpenBSD CVS Sync - markus@cvs.openbsd.org 2002/09/25 11:17:16 [sshd_config] sync LoginGraceTime with default --- ChangeLog | 6 ++++++ sshd_config | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b1c31f38..b0fc1590 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20020927 + - (djm) OpenBSD CVS Sync + - markus@cvs.openbsd.org 2002/09/25 11:17:16 + [sshd_config] + sync LoginGraceTime with default + 20020925 - (bal) Fix issue where successfull login does not clear failure counts in AIX. Patch by dtucker@zip.com.au ok by djm diff --git a/sshd_config b/sshd_config index 527a5898..36429c9d 100644 --- a/sshd_config +++ b/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.58 2002/08/21 19:38:06 stevesk Exp $ +# $OpenBSD: sshd_config,v 1.59 2002/09/25 11:17:16 markus Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -32,7 +32,7 @@ # Authentication: -#LoginGraceTime 60 +#LoginGraceTime 120 #PermitRootLogin yes #StrictModes yes -- 2.45.2