Merge pull request 'sshd: remove cve workaround again' (#1738) from Mic92-debug-facts into main
This commit is contained in:
@@ -2,10 +2,6 @@
|
|||||||
{
|
{
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.settings.PasswordAuthentication = false;
|
services.openssh.settings.PasswordAuthentication = false;
|
||||||
# We might want to remove this once, openssh is fixed everywhere:
|
|
||||||
# Workaround for CVE-2024-6387
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/323753#issuecomment-2199762128
|
|
||||||
services.openssh.settings.LoginGraceTime = 0;
|
|
||||||
|
|
||||||
services.openssh.hostKeys = [
|
services.openssh.hostKeys = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user