summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2023-08-02 23:04:38 +0000
committerDamien Miller <djm@mindrot.org>2023-08-03 09:09:02 +1000
commitf70010d9b0b3e7e95de8aa0b961e1d74362cfb5d (patch)
treeac2e4352d53ef7a9bde0ce89dc7bb415d84304f9
parentc88a8788f9865d02b986d00405b9f0be65ad0b5a (diff)
upstream: CheckHostIP has defaulted to 'no' for a while; make the
commented- out config option match. From Ed Maste OpenBSD-Commit-ID: e66e934c45a9077cb1d51fc4f8d3df4505db58d9
-rw-r--r--ssh_config4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh_config b/ssh_config
index 842ea866..cc566356 100644
--- a/ssh_config
+++ b/ssh_config
@@ -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