This commit is contained in:
philip-peterson 2025-11-15 14:50:42 -09:00
parent a079dff4c3
commit fb57c18f0b

View file

@ -18,7 +18,7 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
settings.PasswordAuthentication = false; settings.PasswordAuthentication = false;
settings.PermitRootLogin = true; settings.PermitRootLogin = "yes";
extraConfig = '' extraConfig = ''
PrintLastLog no PrintLastLog no
''; '';