From 7742e6693a299ceeb248f1800f2d53ecf63b136d Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 16 Sep 2026 20:06:49 -0400 Subject: [PATCH] [ssh] Update metal services --- ssh/.ssh/config | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 139416c..6886ec4 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -55,11 +55,16 @@ Host bt1.unbl.ink IdentityFile ~/.ssh/2022_h2_powellc User root -Host hungryroot.service mundilfari.service kari.service - User powellc +Host akna.metal + User pi # Inside our network, skip strict host key checking +Host *.metal + User powellc + StrictHostKeyChecking no + Host *.service + User root StrictHostKeyChecking no Host vrobbler.service mopidy.service penobscotbaypress.com atlas.local dns.service @@ -90,8 +95,8 @@ Host bastion.service # IdentityFile ~/.ssh/jails # Hostname %h # -Match exec "onsubnet --not 192.168.40." host *.service - User root - IdentityFile ~/.ssh/jails - Hostname %h - ProxyJump bastion.unbl.ink +#Match exec "onsubnet --not 192.168.40." host *.service +# User root +# IdentityFile ~/.ssh/jails +# Hostname %h +# ProxyJump bastion.unbl.ink