From bb47935e0df6ec584c8b9f56738bd33d9998dd34 Mon Sep 17 00:00:00 2001 From: Markus Friedl Date: Thu, 20 Jun 2002 23:37:13 +0000 Subject: add Compression --- usr.bin/ssh/sshd_config | 3 ++- usr.bin/ssh/sshd_config.5 | 10 +++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'usr.bin/ssh') diff --git a/usr.bin/ssh/sshd_config b/usr.bin/ssh/sshd_config index 1b5f70b8e37..240cae4e2b6 100644 --- a/usr.bin/ssh/sshd_config +++ b/usr.bin/ssh/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. @@ -75,6 +75,7 @@ #KeepAlive yes #UseLogin no #UsePrivilegeSeparation yes +#Compression yes #MaxStartups 10 # no default banner path diff --git a/usr.bin/ssh/sshd_config.5 b/usr.bin/ssh/sshd_config.5 index 2d2057477ca..efa1305dc2f 100644 --- a/usr.bin/ssh/sshd_config.5 +++ b/usr.bin/ssh/sshd_config.5 @@ -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_config.5,v 1.2 2002/06/20 20:21:23 stevesk Exp $ +.\" $OpenBSD: sshd_config.5,v 1.3 2002/06/20 23:37:12 markus Exp $ .Dd September 25, 1999 .Dt SSHD_CONFIG 5 .Os @@ -172,6 +172,14 @@ The default value is 3. If .Cm ClientAliveCountMax is left at the default, unresponsive ssh clients will be disconnected after approximately 45 seconds. +.It Cm Compression +Specifies whether compression is allowed. +The argument must be +.Dq yes +or +.Dq no . +The default is +.Dq yes . .It Cm DenyGroups This keyword can be followed by a list of group name patterns, separated by spaces. -- cgit v1.2.3