This commit is contained in:
2025-06-03 04:48:25 -04:00
parent ff5693263b
commit 6e2130c986

View File

@@ -246,7 +246,7 @@
services.openssh = {
enable = true;
settings = {
PermitRootLogin = false;
PermitRootLogin = "no";
PasswordAuthentication = false;
KbdInteractiveAuthentication = false;
};