]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: CheckHostIP has defaulted to 'no' for a while; make the
authordjm@openbsd.org <djm@openbsd.org>
Wed, 2 Aug 2023 23:04:38 +0000 (23:04 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 2 Aug 2023 23:09:02 +0000 (09:09 +1000)
commented- out config option match. From Ed Maste

OpenBSD-Commit-ID: e66e934c45a9077cb1d51fc4f8d3df4505db58d9

ssh_config

index 842ea866c72a620b06a1b99d38feca1afa64d523..cc5663562e95ef7d1a0a2363260c68fbc0f5ad5d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: ssh_config,v 1.35 2020/07/17 03:43:42 dtucker Exp $
+#      $OpenBSD: ssh_config,v 1.36 2023/08/02 23:04:38 djm Exp $
 
 # This is the ssh client system-wide configuration file.  See
 # ssh_config(5) for more information.  This file provides defaults for
@@ -25,7 +25,7 @@
 #   GSSAPIAuthentication no
 #   GSSAPIDelegateCredentials no
 #   BatchMode no
-#   CheckHostIP yes
+#   CheckHostIP no
 #   AddressFamily any
 #   ConnectTimeout 0
 #   StrictHostKeyChecking ask