Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Note that our installed ssh...



details:   https://anonhg.NetBSD.org/src/rev/cd93069d8809
branches:  trunk
changeset: 761625:cd93069d8809
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Feb 03 04:24:23 2011 +0000

description:
Note that our installed sshd_config overwrite the LoginGraceTime to 600s.

diffstat:

 crypto/external/bsd/openssh/dist/sshd_config.5 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 2eaf8558961b -r cd93069d8809 crypto/external/bsd/openssh/dist/sshd_config.5
--- a/crypto/external/bsd/openssh/dist/sshd_config.5    Thu Feb 03 02:05:59 2011 +0000
+++ b/crypto/external/bsd/openssh/dist/sshd_config.5    Thu Feb 03 04:24:23 2011 +0000
@@ -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 <ylo%cs.hut.fi@localhost>
@@ -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 .



Home | Main Index | Thread Index | Old Index