This commit is contained in:
philip-peterson 2025-11-15 15:22:51 -09:00
parent 89bc65d19b
commit 9f0d9fcb68

View file

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