فهرست منبع

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