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