Преглед изворни кода

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 година
родитељ
комит
a6f6619594
1 измењених фајлова са 1 додато и 0 уклоњено
  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