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