From 6f26d43d08d12199709395a37340b163a5d60f6f Mon Sep 17 00:00:00 2001 From: mouring Date: Fri, 21 Jun 2002 01:11:36 +0000 Subject: [PATCH] - markus@cvs.openbsd.org 2002/06/20 23:37:12 [sshd_config] add Compression --- ChangeLog | 3 +++ sshd_config | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 21737301..0b6d72a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -48,6 +48,9 @@ - markus@cvs.openbsd.org 2002/06/20 23:05:56 [servconf.c servconf.h session.c sshd.c] allow Compression=yes/no in sshd_config + - markus@cvs.openbsd.org 2002/06/20 23:37:12 + [sshd_config] + add Compression - (bal) Cygwin special handling of empty passwords wrong. Patch by vinschen@redhat.com diff --git a/sshd_config b/sshd_config index 35e58fcf..d57346be 100644 --- a/sshd_config +++ b/sshd_config @@ -1,4 +1,4 @@ -# $OpenBSD: sshd_config,v 1.55 2002/06/20 20:03:34 stevesk Exp $ +# $OpenBSD: sshd_config,v 1.56 2002/06/20 23:37:12 markus Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. @@ -81,6 +81,7 @@ #KeepAlive yes #UseLogin no #UsePrivilegeSeparation yes +#Compression yes #MaxStartups 10 # no default banner path -- 2.45.2