From 342e3df70be97e67caf55396414e555aa1ed7606 Mon Sep 17 00:00:00 2001 From: enami Date: Thu, 3 Feb 2011 04:24:23 +0000 Subject: [PATCH] Note that our installed sshd_config overwrite the LoginGraceTime to 600s. --- crypto/external/bsd/openssh/dist/sshd_config.5 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/crypto/external/bsd/openssh/dist/sshd_config.5 b/crypto/external/bsd/openssh/dist/sshd_config.5 index f083e3b898f0..8a4a2805f12a 100644 --- a/crypto/external/bsd/openssh/dist/sshd_config.5 +++ b/crypto/external/bsd/openssh/dist/sshd_config.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: sshd_config.5,v 1.7 2010/11/21 18:59:04 adam Exp $ +.\" $NetBSD: sshd_config.5,v 1.8 2011/02/03 04:24:23 enami Exp $ .\" -*- nroff -*- .\" .\" Author: Tatu Ylonen @@ -36,7 +36,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $OpenBSD: sshd_config.5,v 1.125 2010/06/30 07:28:34 jmc Exp $ -.Dd June 30, 2010 +.Dd February 3, 2010 .Dt SSHD_CONFIG 5 .Os .Sh NAME @@ -589,7 +589,9 @@ options must precede this option for non-port qualified addresses. The server disconnects after this time if the user has not successfully logged in. If the value is 0, there is no time limit. -The default is 120 seconds. +The default is 120 seconds but the default +.Pa /etc/ssh/sshd_config +overwrites it to 600 seconds. .It Cm LogLevel Gives the verbosity level that is used when logging messages from .Xr sshd 8 .