summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-13 23:28:01 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-13 23:28:01 +0000
commit5744dc421d035c701b6660a58bed0d038c211375 (patch)
treea7c8df98b56a37c9be2fb3e33893e90424a85379 /ChangeLog
parent402b3319456c1f0da0822319c3813c68e155726d (diff)
- 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@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 918c843bb..80140019f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
2 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes 2 - Sync with OpenBSD glob.c, strlcat.c and vis.c changes
3 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen 3 - Cygwin sftp/sftp-server binary mode patch from Corinna Vinschen
4 <vinschen@redhat.com> 4 <vinschen@redhat.com>
5 - OpenBSD CVS Sync
6 - beck@cvs.openbsd.org 2001/04/13 22:46:54
7 [channels.c channels.h servconf.c servconf.h serverloop.c sshd.8]
8 Add options ClientAliveInterval and ClientAliveCountMax to sshd.
9 This gives the ability to do a "keepalive" via the encrypted channel
10 which can't be spoofed (unlike TCP keepalives). Useful for when you want
11 to use ssh connections to authenticate people for something, and know
12 relatively quickly when they are no longer authenticated. Disabled
13 by default (of course). ok markus@
5 14
620010413 1520010413
7 - OpenBSD CVS Sync 16 - OpenBSD CVS Sync
@@ -5054,4 +5063,4 @@
5054 - Wrote replacements for strlcpy and mkdtemp 5063 - Wrote replacements for strlcpy and mkdtemp
5055 - Released 1.0pre1 5064 - Released 1.0pre1
5056 5065
5057$Id: ChangeLog,v 1.1109 2001/04/13 14:28:42 djm Exp $ 5066$Id: ChangeLog,v 1.1110 2001/04/13 23:28:01 mouring Exp $