From 6daca5626d83d9b78365581bc0049e3624ee8f58 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 6 Nov 2025 13:58:36 -0600 Subject: ssh: Add custom log level for cjennings.net host Configure SSH to set LogLevel to ERROR for the cjennings.net host, enhancing security by reducing log verbosity. --- dotfiles/system/.ssh/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dotfiles') diff --git a/dotfiles/system/.ssh/config b/dotfiles/system/.ssh/config index 673fffb..6f97ab5 100644 --- a/dotfiles/system/.ssh/config +++ b/dotfiles/system/.ssh/config @@ -3,3 +3,6 @@ ControlPath ~/.ssh/%r@%h:%p IdentityFile ~/.ssh/id_ed25519 ServerAliveCountMax=30 ServerAliveInterval=5 + +Host cjennings.net + LogLevel ERROR -- cgit v1.2.3