This commit is contained in:
philip-peterson 2025-11-15 15:13:33 -09:00
parent e46c125ce7
commit 31d7416708

View file

@ -17,7 +17,7 @@
services.openssh = {
enable = true;
settings.PasswordAuthentication = "yes";
settings.PasswordAuthentication = true;
settings.PermitRootLogin = "yes";
settings.AllowUsers = [ "root@135.181.83.225" ];
extraConfig = ''