workaround for the cve

https://github.com/NixOS/nixpkgs/pull/323753#issuecomment-2199762128
This commit is contained in:
jacekpoz 2024-07-01 13:21:26 +02:00
parent 6960d17b7a
commit 427333c2aa
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -74,6 +74,7 @@ in {
settings = {
PasswordAuthentication = false;
PermitRootLogin = "no";
LoginGraceTime = 0;
};
};
})