ssh settings

This commit is contained in:
TheWanderingCrow 2025-09-04 09:31:10 -04:00
parent 1a3a4bd43e
commit b0d668d91c

View file

@ -27,6 +27,9 @@
settings = {
PermitRootLogin = "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};
};
services.fail2ban.enable = lib.mkDefault true; # This comes with an SSH jail preconfigured, expanded fail2ban can be found in modules/services
}