This commit is contained in:
philip-peterson 2025-11-15 14:56:45 -09:00
parent fb57c18f0b
commit c4d28360b4

View file

@ -19,6 +19,7 @@
enable = true;
settings.PasswordAuthentication = false;
settings.PermitRootLogin = "yes";
settings.AllowUsers = [ "root@135.181.83.225" ];
extraConfig = ''
PrintLastLog no
'';