disable root ssh login

This commit is contained in:
Lewis Wynne 2026-04-04 19:27:22 +01:00
parent 1a7c5c9489
commit 7aa50aa403

View file

@ -11,7 +11,7 @@
enable = true; enable = true;
settings = { settings = {
PasswordAuthentication = false; PasswordAuthentication = false;
PermitRootLogin = "yes"; PermitRootLogin = "no";
}; };
}; };