From 5b059b2335ddf1ce15cb4052120b81422d21be5f Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Jan 2026 16:28:27 -0500 Subject: [PATCH] [ssh] Add old jails config back for now --- ssh/.ssh/config | 1 + 1 file changed, 1 insertion(+) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index ea94ec8..a7b62f8 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -79,6 +79,7 @@ Host bastion.unbl.ink User powellc Host *.local *.service + IdentityFile ~/.ssh/jails ServerAliveInterval 300 ServerAliveCountMax 2 AddKeysToAgent yes