no printlastlog sshd

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-06-06 13:52:04 +02:00
parent 68c749474e
commit a8629627ea

View File

@@ -16,6 +16,7 @@
ports = [ secrets.ssh.port ]; ports = [ secrets.ssh.port ];
settings = { settings = {
PasswordAuthentication = false; PasswordAuthentication = false;
PrintLastLog = false;
}; };
}; };
} }