From 328eabc735657c51dc5cd83f7fdfb1cd688b9a28 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 31 Dec 2018 14:17:45 +0100 Subject: [PATCH] =?UTF-8?q?ssh:=20augmentation=20du=20nombre=20de=20connex?= =?UTF-8?q?ions=20simultan=C3=A9es=20en=20mode=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/ssh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/services/ssh.nix b/services/ssh.nix index 8c13f95..1030bfd 100644 --- a/services/ssh.nix +++ b/services/ssh.nix @@ -26,6 +26,9 @@ mkIf true { # Use kernel sandbox mechanisms where possible in unprivilegied processes # Systrace on OpenBSD, Seccomp on Linux, seatbelt on MacOSX/Darwin, rlimit elsewhere. UsePrivilegeSeparation sandbox + + # Permet de gérer le nombre de connexions multiplexées en simultané + MaxSessions 200 ''; }; }