- markus@cvs.openbsd.org 2002/06/20 23:37:12
[sshd_config] add Compression
This commit is contained in:
parent
23e0f667f8
commit
1b8d730b7d
|
@ -48,6 +48,9 @@
|
||||||
- markus@cvs.openbsd.org 2002/06/20 23:05:56
|
- markus@cvs.openbsd.org 2002/06/20 23:05:56
|
||||||
[servconf.c servconf.h session.c sshd.c]
|
[servconf.c servconf.h session.c sshd.c]
|
||||||
allow Compression=yes/no in sshd_config
|
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
|
- (bal) Cygwin special handling of empty passwords wrong. Patch by
|
||||||
vinschen@redhat.com
|
vinschen@redhat.com
|
||||||
|
|
||||||
|
@ -978,4 +981,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2230 2002/06/21 01:09:47 mouring Exp $
|
$Id: ChangeLog,v 1.2231 2002/06/21 01:11:36 mouring Exp $
|
||||||
|
|
|
@ -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
|
# This is the sshd server system-wide configuration file. See
|
||||||
# sshd_config(5) for more information.
|
# sshd_config(5) for more information.
|
||||||
|
@ -81,6 +81,7 @@
|
||||||
#KeepAlive yes
|
#KeepAlive yes
|
||||||
#UseLogin no
|
#UseLogin no
|
||||||
#UsePrivilegeSeparation yes
|
#UsePrivilegeSeparation yes
|
||||||
|
#Compression yes
|
||||||
|
|
||||||
#MaxStartups 10
|
#MaxStartups 10
|
||||||
# no default banner path
|
# no default banner path
|
||||||
|
|
Loading…
Reference in New Issue