diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 08e88d3..2b54f50 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -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