Przeglądaj źródła

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 lat temu
rodzic
commit
a6f6619594
1 zmienionych plików z 1 dodań i 0 usunięć
  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