Browse Source

Privilege separation does not work with compression on all architectures since the code relies in specific mmap features. Therefore we should disable compression by default.

Christoph Schug 24 years ago
parent
commit
a6f6619594
1 changed files with 1 additions and 0 deletions
  1. 1 0
      openssh/sshd_config

+ 1 - 0
openssh/sshd_config

@@ -29,6 +29,7 @@ IgnoreRhosts             yes
 KeepAlive                yes
 X11Forwarding            no
 GatewayPorts             no
+Compression              no
 
 UsePrivilegeSeparation   yes
 LoginGraceTime           600