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 = { services.openssh = {
enable = true; enable = true;
settings = { settings = {
PermitRootLogin = false; PermitRootLogin = "no";
PasswordAuthentication = false; PasswordAuthentication = false;
KbdInteractiveAuthentication = false; KbdInteractiveAuthentication = false;
}; };