Prohibit SSH root login to Monolith

This commit is contained in:
2024-07-13 11:40:30 -07:00
parent 6d574b9a6e
commit 1686de73fb

View File

@@ -65,7 +65,6 @@
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;
permitRootLogin = "yes";
};
time.timeZone = "America/Los_Angeles";