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