Module Name: src
Committed By: enami
Date: Thu Feb 3 04:24:23 UTC 2011
Modified Files:
src/crypto/external/bsd/openssh/dist: sshd_config.5
Log Message:
Note that our installed sshd_config overwrite the LoginGraceTime to 600s.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/external/bsd/openssh/dist/sshd_config.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssh/dist/sshd_config.5
diff -u src/crypto/external/bsd/openssh/dist/sshd_config.5:1.7 src/crypto/external/bsd/openssh/dist/sshd_config.5:1.8
--- src/crypto/external/bsd/openssh/dist/sshd_config.5:1.7 Sun Nov 21 18:59:04 2010
+++ src/crypto/external/bsd/openssh/dist/sshd_config.5 Thu Feb 3 04:24:23 2011
@@ -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 <[email protected]>
@@ -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 @@
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 .