소스 검색

[ssh] Disable host key DNS checking

Colin Powell 4 년 전
부모
커밋
f255ec1bbb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      ssh/.ssh/config

+ 2 - 1
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