This commit is contained in:
philip-peterson 2025-11-15 14:44:47 -09:00
parent 92e5c59c8a
commit a079dff4c3

View file

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