From 5744dc421d035c701b6660a58bed0d038c211375 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 13 Apr 2001 23:28:01 +0000 Subject: - beck@cvs.openbsd.org 2001/04/13 22:46:54 [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8] Add options ClientAliveInterval and ClientAliveCountMax to sshd. This gives the ability to do a "keepalive" via the encrypted channel which can't be spoofed (unlike TCP keepalives). Useful for when you want to use ssh connections to authenticate people for something, and know relatively quickly when they are no longer authenticated. Disabled by default (of course). ok markus@ --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 918c843bb..80140019f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,15 @@ - Sync with OpenBSD glob.c, strlcat.c and vis.c changes - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen + - OpenBSD CVS Sync + - beck@cvs.openbsd.org 2001/04/13 22:46:54 + [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8] + Add options ClientAliveInterval and ClientAliveCountMax to sshd. + This gives the ability to do a "keepalive" via the encrypted channel + which can't be spoofed (unlike TCP keepalives). Useful for when you want + to use ssh connections to authenticate people for something, and know + relatively quickly when they are no longer authenticated. Disabled + by default (of course). ok markus@ 20010413 - OpenBSD CVS Sync @@ -5054,4 +5063,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1109 2001/04/13 14:28:42 djm Exp $ +$Id: ChangeLog,v 1.1110 2001/04/13 23:28:01 mouring Exp $ -- cgit v1.2.3