workaround for the cve
https://github.com/NixOS/nixpkgs/pull/323753#issuecomment-2199762128
This commit is contained in:
parent
6960d17b7a
commit
427333c2aa
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ in {
|
|||
settings = {
|
||||
PasswordAuthentication = false;
|
||||
PermitRootLogin = "no";
|
||||
LoginGraceTime = 0;
|
||||
};
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue