[ssh] Fix some local host key settings
This commit is contained in:
@ -54,17 +54,21 @@ Host pandora.unbl.ink bt2.unbl.ink
|
||||
IdentityFile ~/.ssh/pandora
|
||||
User root
|
||||
|
||||
# Inside our network, skip strict host key checking
|
||||
Host *.local *.service
|
||||
StrictHostKeyChecking no
|
||||
|
||||
# LibreELEC
|
||||
Host ymir.local gerd.local skoll.local thrymr.local
|
||||
User root
|
||||
|
||||
# Bare metal hosts
|
||||
Host hati.local aegir.local tarqeq.local daphnis.local loge.local hyperion.local dione.local phoebe.local iapetus.local titan.local paaliaq.local kiviuq.local kari.local siarnaq.local skathi.local tarvos.local rhea.local erriapus.local
|
||||
Host hati.local aegir.local tarqeq.local daphnis.local loge.local hyperion.local dione.local phoebe.local iapetus.local titan.local paaliaq.local kiviuq.local kari.local siarnaq.local skathi.local tarvos.local rhea.local erriapus.local mimas.local
|
||||
User powellc
|
||||
IdentityFile ~/.ssh/2022_h2_powellc
|
||||
|
||||
# Inside our network, skip strict host key checking
|
||||
Host *.local *.service
|
||||
StrictHostKeyChecking no
|
||||
User root
|
||||
IdentityFile ~/.ssh/2022_h2_powellc
|
||||
|
||||
|
||||
# Root hosts
|
||||
Host penobscotbaypress.com atlas.local
|
||||
|
||||
Reference in New Issue
Block a user