diff options
| author | Craig Jennings <c@cjennings.net> | 2025-11-06 13:58:36 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-11-06 13:58:36 -0600 |
| commit | 6daca5626d83d9b78365581bc0049e3624ee8f58 (patch) | |
| tree | 3a95e248462995cdca4f029bc9091e99e88ba81c | |
| parent | 4c02e1e3b88a5fd786a39e08c71f69f3948de8cd (diff) | |
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.
| -rw-r--r-- | dotfiles/system/.ssh/config | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
