summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-09-20 23:09:16 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-09-20 23:09:16 +0000
commit406b4f0f33c5a0e81a0e32cf7494c209cbfe60ce (patch)
tree2494983cf636a1ab8edce7d5be673444ac819a4c
parent76e7d9b6302ef1d695d95f12198e9315d4d57e16 (diff)
- stevesk@cvs.openbsd.org 2001/09/20 00:15:54
[sshd.8] fix ClientAliveCountMax
-rw-r--r--ChangeLog6
-rw-r--r--sshd.85
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 883609ee0..5fae66f36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
120010920 120010920
2 - (tim) [scard/Makefile.in] Don't strip the Java binary 2 - (tim) [scard/Makefile.in] Don't strip the Java binary
3 - (stevesk) sun_len, SUN_LEN() configure stuff no longer required 3 - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
4 - (bal) OpenBSD CVS Sync
5 - stevesk@cvs.openbsd.org 2001/09/20 00:15:54
6 [sshd.8]
7 fix ClientAliveCountMax
4 8
520010919 920010919
6 - (bal) OpenBSD Sync 10 - (bal) OpenBSD Sync
@@ -6534,4 +6538,4 @@
6534 - Wrote replacements for strlcpy and mkdtemp 6538 - Wrote replacements for strlcpy and mkdtemp
6535 - Released 1.0pre1 6539 - Released 1.0pre1
6536 6540
6537$Id: ChangeLog,v 1.1550 2001/09/20 19:43:41 stevesk Exp $ 6541$Id: ChangeLog,v 1.1551 2001/09/20 23:09:16 mouring Exp $
diff --git a/sshd.8 b/sshd.8
index c67368acc..80d662087 100644
--- a/sshd.8
+++ b/sshd.8
@@ -34,7 +34,7 @@
34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 34.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36.\" 36.\"
37.\" $OpenBSD: sshd.8,v 1.151 2001/09/19 21:41:57 stevesk Exp $ 37.\" $OpenBSD: sshd.8,v 1.152 2001/09/20 00:15:54 stevesk Exp $
38.Dd September 25, 1999 38.Dd September 25, 1999
39.Dt SSHD 8 39.Dt SSHD 8
40.Os 40.Os
@@ -413,7 +413,8 @@ server depend on knowing when a connection has become inactive.
413The default value is 3. If 413The default value is 3. If
414.Cm ClientAliveInterval 414.Cm ClientAliveInterval
415(above) is set to 15, and 415(above) is set to 15, and
416.Cm Keepalive is left at the default, unresponsive ssh clients 416.Cm ClientAliveCountMax
417is left at the default, unresponsive ssh clients
417will be disconnected after approximately 45 seconds. 418will be disconnected after approximately 45 seconds.
418.It Cm DenyGroups 419.It Cm DenyGroups
419This keyword can be followed by a number of group names, separated 420This keyword can be followed by a number of group names, separated