This commit is contained in:
philip-peterson 2025-11-15 15:10:43 -09:00
parent c4d28360b4
commit e46c125ce7

View file

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