diff options
author | 2001-09-20 00:15:54 +0000 | |
---|---|---|
committer | 2001-09-20 00:15:54 +0000 | |
commit | ba5316b6ce6dd398ea9c785d5c4cbb0562626cbd (patch) | |
tree | 63ad527696879802695b770e7a50c855dbe2b729 | |
parent | remove mountroot_hooks and add all of the stuff necessary for RAMDISK_HOOKS (diff) | |
download | wireguard-openbsd-ba5316b6ce6dd398ea9c785d5c4cbb0562626cbd.tar.xz wireguard-openbsd-ba5316b6ce6dd398ea9c785d5c4cbb0562626cbd.zip |
fix ClientAliveCountMax
-rw-r--r-- | usr.bin/ssh/sshd.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 48baa2337e6..bb456efd3a5 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -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 |