From a8629627ea3f2bc1f97c087afca7eb806d770e91 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 6 Jun 2025 13:52:04 +0200 Subject: [PATCH] no printlastlog sshd --- system-modules/sshd.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system-modules/sshd.nix b/system-modules/sshd.nix index 5566b3d..fbe42a1 100644 --- a/system-modules/sshd.nix +++ b/system-modules/sshd.nix @@ -16,6 +16,7 @@ ports = [ secrets.ssh.port ]; settings = { PasswordAuthentication = false; + PrintLastLog = false; }; }; }