temp allow passwd

This commit is contained in:
Henry Hiles 2025-03-22 20:03:26 -04:00
parent 111f62be08
commit 9c5d359ca9

View file

@ -2,7 +2,7 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
settings = { settings = {
PasswordAuthentication = false; PasswordAuthentication = true; # TODO: False
AllowUsers = ["quadradical"]; AllowUsers = ["quadradical"];
PermitRootLogin = "no"; PermitRootLogin = "no";
}; };