Enable password authentication.

This commit is contained in:
2026-09-09 14:22:57 +01:00
parent 8d088589b4
commit 6f5de9f1c0
+1 -1
View File
@@ -14,7 +14,7 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
settings = { settings = {
PasswordAuthentication = false; PasswordAuthentication = true;
PermitRootLogin = "no"; PermitRootLogin = "no";
}; };
}; };