remove root login

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-03-13 11:27:09 -05:00
parent 7a4f242021
commit a5c14dc701

View file

@ -73,6 +73,11 @@
"100.64.0.0/10"
];
};
services.openssh = {
enable = true;
settings.PermitRootLogin = "yes";
settings.PasswordAuthentication = false;
};
mods = {
common = {