Remove CVE-2024-6387 ssh workaround
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Fabian Hauser 2024-12-10 14:49:49 +02:00
parent 75ffd54e7d
commit bcf390e8a7

View file

@ -92,10 +92,6 @@
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
# temporary mitigation agains CVE-2024-6387 «regreSSHion» RCE
# See https://github.com/NixOS/nixpkgs/pull/323753#issuecomment-2199762128
settings.LoginGraceTime = 0;
};
security.acme = {