Просмотр исходного кода

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 лет назад
Родитель
Сommit
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