[ssh] Disable host key DNS checking

This commit is contained in:
2020-09-13 19:30:10 -04:00
parent 4ec70baf20
commit f255ec1bbb

View File

@ -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