This commit is contained in:
2026-05-17 17:37:43 -03:00
parent 62326a8185
commit dd8334c9c0
2 changed files with 6 additions and 7 deletions
@@ -16,7 +16,7 @@
services.openssh = {
enable = true;
settings = {
PermitRootLogin = "no";
PermitRootLogin = "yes";
PasswordAuthentication = false;
};
};