]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2002/06/20 23:37:12
authormouring <mouring>
Fri, 21 Jun 2002 01:11:36 +0000 (01:11 +0000)
committermouring <mouring>
Fri, 21 Jun 2002 01:11:36 +0000 (01:11 +0000)
     [sshd_config]
     add Compression

ChangeLog
sshd_config

index 21737301cf14ecff5a8669c9db257f100b29a78b..0b6d72a9220818d3d53f10f5d01671a7ad16f0a7 100644 (file)
--- 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
 
index 35e58fcf5bf8c2e45942699b1311d4a557851fc7..d57346befe67bf13ecf1faca11a740541d1bc3f2 100644 (file)
@@ -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
This page took 0.397369 seconds and 5 git commands to generate.