From d1c6d34a648b51bf900f0d09f1086d127b581fbf Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Sat, 20 Dec 2025 20:48:46 +0100 Subject: [PATCH] sshd: reduce log level --- templates/sshd_config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sshd_config.j2 b/templates/sshd_config.j2 index 57fa5cf..f9611f5 100644 --- a/templates/sshd_config.j2 +++ b/templates/sshd_config.j2 @@ -14,7 +14,7 @@ MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@op # Logging #SyslogFacility AUTH -LogLevel VERBOSE +LogLevel INFO # Authentication: #LoginGraceTime 2m