various fixes

This commit is contained in:
Gerg-L 2023-07-18 17:18:24 -04:00
parent c13f56c217
commit 1cfe329423
6 changed files with 50 additions and 44 deletions

View file

@ -31,7 +31,7 @@ _: {
enable = true;
hostKeys = lib.mkForce [];
settings = {
PermitRootLogin = "yes";
PermitRootLogin = "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};