[ssh] Mostly ssh changes

This commit is contained in:
2022-11-13 00:09:26 -05:00
parent 94ce3187ca
commit e907b712eb
14 changed files with 52 additions and 29 deletions

View File

@ -5,8 +5,9 @@ Host *
ServerAliveInterval 300
ServerAliveCountMax 2
AddKeysToAgent yes
IdentityFile ~/.ssh/1904_powellc
IdentityFile ~/.ssh/2022_h2_powellc
VerifyHostKeyDNS no
IdentitiesOnly=yes
Host github.com
ServerAliveInterval 300
@ -59,7 +60,7 @@ Host greip.unbl.ink
User root
# Inside our network, skip strict host key checking
Host *.local
Host *.local *.service
StrictHostKeyChecking no
# Bare metal hosts
@ -120,7 +121,7 @@ Host penobscotbaypress.com
User root
## Jail hosts all need a jump
Host *.local 192.168.1.*
Host *.local 192.168.1.* *.service
User root
IdentityFile ~/.ssh/jails
Hostname %h