prohibitpassword for root ssh though I doubt this actually changes anything

This commit is contained in:
Daniel Flanagan 2024-02-22 15:28:52 -06:00
parent f78e1d5e7d
commit fd4757d697
Signed by: lytedev
GPG key ID: 5B2020A0F9921EF4

View file

@ -138,7 +138,7 @@ in {
settings = { settings = {
PasswordAuthentication = false; PasswordAuthentication = false;
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
PermitRootLogin = "yes"; PermitRootLogin = "prohibit-password";
}; };
openFirewall = lib.mkDefault true; openFirewall = lib.mkDefault true;