From e731ac2038c4e1b58290280ba56e3468e039a548 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 5 Jan 2026 09:57:49 -0500 Subject: [PATCH] [ssh] Update ssh config --- ssh/.ssh/config | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 53648e5..8c6413a 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -81,10 +81,8 @@ Host penobscotbaypress.com atlas.local Host bastion.unbl.ink Port 44 User powellc - IdentityFile ~/.ssh/2022_h2_powellc Host *.local *.service - IdentityFile ~/.ssh/2022_h2_powellc ServerAliveInterval 300 ServerAliveCountMax 2 AddKeysToAgent yes @@ -95,11 +93,10 @@ Host bastion.service ## Jail hosts all need a jump #Match exec "onsubnet 192.168.40." host *.service -Host *.service - User root - IdentityFile ~/.ssh/jails - Hostname %h - +# User root +# IdentityFile ~/.ssh/jails +# Hostname %h +# #Match exec "onsubnet --not 192.168.40." host *.service # User root # IdentityFile ~/.ssh/jails