[ssh] Disable host key DNS checking
This commit is contained in:
@ -6,6 +6,7 @@ Host *
|
||||
ServerAliveCountMax 2
|
||||
AddKeysToAgent yes
|
||||
IdentityFile ~/.ssh/1904_powellc
|
||||
VerifyHostKeyDNS no
|
||||
|
||||
# Home Gitea account:
|
||||
Host git.unbl.ink
|
||||
@ -53,7 +54,7 @@ Host git.local
|
||||
|
||||
# Jail hosts all need a jump
|
||||
Host *.local 192.168.8.*
|
||||
Hostname %h
|
||||
User root
|
||||
IdentityFile ~/.ssh/jails
|
||||
Hostname %h
|
||||
ProxyJump jump.unbl.ink
|
||||
|
||||
Reference in New Issue
Block a user