From c8eaa02ebb2093a0bb1a8045e35f78dac9cecd70 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 11 Sep 2025 11:26:37 -0500 Subject: [PATCH] Suppress MOTD banners --- home/baseline/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/baseline/ssh.nix b/home/baseline/ssh.nix index 1fe13c1..c2c79df 100644 --- a/home/baseline/ssh.nix +++ b/home/baseline/ssh.nix @@ -27,6 +27,7 @@ "*" = { dynamicForwards = [ { port = 10240; } ]; + extraOptions.LogLevel = "error"; }; "10.42.1.4" = lib.hm.dag.entryBefore [ "10.42.*" ] nas;