From e082168630107be13034fe4a80eb6c0d9a3d06b5 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 2 Jul 2024 19:53:21 +0200 Subject: [PATCH] Revert "configuration/common: Hotfix OpenSSH CVE-2024-6387" This reverts commit 9455fefe5dd5a9a9ccb5a567135d04ad90c274f0. --- configuration/common/ssh.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/configuration/common/ssh.nix b/configuration/common/ssh.nix index 110c670..e62aab5 100644 --- a/configuration/common/ssh.nix +++ b/configuration/common/ssh.nix @@ -7,9 +7,6 @@ PasswordAuthentication = false; KbdInteractiveAuthentication = false; PermitRootLogin = lib.mkDefault "no"; - - # Hotfix CVE-2024-6387 https://github.com/NixOS/nixpkgs/pull/323753 - LoginGraceTime = 0; }; services.openssh.hostKeys = lib.mkForce [ # Only create ed25519 host keys