diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-20 23:09:16 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-09-20 23:09:16 +0000 |
commit | 406b4f0f33c5a0e81a0e32cf7494c209cbfe60ce (patch) | |
tree | 2494983cf636a1ab8edce7d5be673444ac819a4c /sshd.8 | |
parent | 76e7d9b6302ef1d695d95f12198e9315d4d57e16 (diff) | |
download | openssh-git-406b4f0f33c5a0e81a0e32cf7494c209cbfe60ce.tar.gz |
- stevesk@cvs.openbsd.org 2001/09/20 00:15:54
[sshd.8]
fix ClientAliveCountMax
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" 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 .Dt SSHD 8 .Os @@ -413,7 +413,8 @@ server depend on knowing when a connection has become inactive. The default value is 3. If .Cm ClientAliveInterval (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. .It Cm DenyGroups This keyword can be followed by a number of group names, separated |