[sshd.8]
     fix ClientAliveCountMax
This commit is contained in:
Ben Lindstrom 2001-09-20 23:09:16 +00:00
Родитель 76e7d9b630
Коммит 406b4f0f33
2 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -1,6 +1,10 @@
20010920 20010920
- (tim) [scard/Makefile.in] Don't strip the Java binary - (tim) [scard/Makefile.in] Don't strip the Java binary
- (stevesk) sun_len, SUN_LEN() configure stuff no longer required - (stevesk) sun_len, SUN_LEN() configure stuff no longer required
- (bal) OpenBSD CVS Sync
- stevesk@cvs.openbsd.org 2001/09/20 00:15:54
[sshd.8]
fix ClientAliveCountMax
20010919 20010919
- (bal) OpenBSD Sync - (bal) OpenBSD Sync
@ -6534,4 +6538,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1550 2001/09/20 19:43:41 stevesk Exp $ $Id: ChangeLog,v 1.1551 2001/09/20 23:09:16 mouring Exp $

5
sshd.8
Просмотреть файл

@ -34,7 +34,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\" .\"
.\" $OpenBSD: sshd.8,v 1.151 2001/09/19 21:41:57 stevesk Exp $ .\" $OpenBSD: sshd.8,v 1.152 2001/09/20 00:15:54 stevesk Exp $
.Dd September 25, 1999 .Dd September 25, 1999
.Dt SSHD 8 .Dt SSHD 8
.Os .Os
@ -413,7 +413,8 @@ server depend on knowing when a connection has become inactive.
The default value is 3. If The default value is 3. If
.Cm ClientAliveInterval .Cm ClientAliveInterval
(above) is set to 15, and (above) is set to 15, and
.Cm Keepalive is left at the default, unresponsive ssh clients .Cm ClientAliveCountMax
is left at the default, unresponsive ssh clients
will be disconnected after approximately 45 seconds. will be disconnected after approximately 45 seconds.
.It Cm DenyGroups .It Cm DenyGroups
This keyword can be followed by a number of group names, separated This keyword can be followed by a number of group names, separated