This commit is contained in:
philip-peterson 2025-11-15 15:41:04 -09:00
parent 89bc65d19b
commit d301cf7ab7

View file

@ -20,7 +20,7 @@
settings.PasswordAuthentication = true;
settings.UsePAM = true;
settings.PermitRootLogin = "yes";
settings.AllowUsers = [ "root@135.181.83.225" ];
settings.AllowUsers = [ "root" ];
extraConfig = ''
PrintLastLog no
'';