diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | sshd_config | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -48,6 +48,9 @@ | |||
48 | - markus@cvs.openbsd.org 2002/06/20 23:05:56 | 48 | - markus@cvs.openbsd.org 2002/06/20 23:05:56 |
49 | [servconf.c servconf.h session.c sshd.c] | 49 | [servconf.c servconf.h session.c sshd.c] |
50 | allow Compression=yes/no in sshd_config | 50 | allow Compression=yes/no in sshd_config |
51 | - markus@cvs.openbsd.org 2002/06/20 23:37:12 | ||
52 | [sshd_config] | ||
53 | add Compression | ||
51 | - (bal) Cygwin special handling of empty passwords wrong. Patch by | 54 | - (bal) Cygwin special handling of empty passwords wrong. Patch by |
52 | vinschen@redhat.com | 55 | vinschen@redhat.com |
53 | 56 | ||
@@ -978,4 +981,4 @@ | |||
978 | - (stevesk) entropy.c: typo in debug message | 981 | - (stevesk) entropy.c: typo in debug message |
979 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 982 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
980 | 983 | ||
981 | $Id: ChangeLog,v 1.2230 2002/06/21 01:09:47 mouring Exp $ | 984 | $Id: ChangeLog,v 1.2231 2002/06/21 01:11:36 mouring Exp $ |
diff --git a/sshd_config b/sshd_config index 35e58fcf5..d57346bef 100644 --- a/sshd_config +++ b/sshd_config | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: sshd_config,v 1.55 2002/06/20 20:03:34 stevesk Exp $ | 1 | # $OpenBSD: sshd_config,v 1.56 2002/06/20 23:37:12 markus Exp $ |
2 | 2 | ||
3 | # This is the sshd server system-wide configuration file. See | 3 | # This is the sshd server system-wide configuration file. See |
4 | # sshd_config(5) for more information. | 4 | # sshd_config(5) for more information. |
@@ -81,6 +81,7 @@ | |||
81 | #KeepAlive yes | 81 | #KeepAlive yes |
82 | #UseLogin no | 82 | #UseLogin no |
83 | #UsePrivilegeSeparation yes | 83 | #UsePrivilegeSeparation yes |
84 | #Compression yes | ||
84 | 85 | ||
85 | #MaxStartups 10 | 86 | #MaxStartups 10 |
86 | # no default banner path | 87 | # no default banner path |