Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/crypto/dist/ssh Pull up revision 1.19 (requested by jon...
details: https://anonhg.NetBSD.org/src/rev/88ec8e6aa04f
branches: netbsd-2-0
changeset: 560728:88ec8e6aa04f
user: tron <tron%NetBSD.org@localhost>
date: Wed May 05 15:27:40 2004 +0000
description:
Pull up revision 1.19 (requested by jonb in ticket #243):
Set LoginGraceTime back to 600 like it used to be. This should
help slow machines with long keys to still work like they did with
NetBSD 1.6 and before.
diffstat:
crypto/dist/ssh/sshd_config | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 074f701b8844 -r 88ec8e6aa04f crypto/dist/ssh/sshd_config
--- a/crypto/dist/ssh/sshd_config Wed May 05 15:25:38 2004 +0000
+++ b/crypto/dist/ssh/sshd_config Wed May 05 15:27:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sshd_config,v 1.18 2003/07/24 15:31:56 itojun Exp $
+# $NetBSD: sshd_config,v 1.18.2.1 2004/05/05 15:27:40 tron 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
@@ -31,7 +31,8 @@
# Authentication:
-#LoginGraceTime 120
+# Slow machines or long keys may require more processing time.
+LoginGraceTime 600
#PermitRootLogin no
#StrictModes yes
Home |
Main Index |
Thread Index |
Old Index