From 9b6cea16961dcf8c8f159012803183e634a8497a Mon Sep 17 00:00:00 2001 From: derped Date: Thu, 5 Sep 2019 16:06:31 +0200 Subject: [PATCH] UsePrivilegeSeparation is deprecated since openssh 7.5 (option is now enforced by default). --- services/openssh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/services/openssh.nix b/services/openssh.nix index 00003ce..340372e 100644 --- a/services/openssh.nix +++ b/services/openssh.nix @@ -21,7 +21,6 @@ mkIf (elem "openssh" config.machine.services) { in '' UsePAM no AllowUsers ${users} - UsePrivilegeSeparation sandbox LogLevel VERBOSE ''; };