[ssh] Mostly ssh changes
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user