From 270e7910b4a1ddab7cd96da8494e4279dc41aaff Mon Sep 17 00:00:00 2001 From: djm Date: Wed, 2 Aug 2023 23:04:38 +0000 Subject: [PATCH] CheckHostIP has defaulted to 'no' for a while; make the commented- out config option match. From Ed Maste --- usr.bin/ssh/ssh_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index fec5b080640..cded20aae58 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/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 @@ -23,7 +23,7 @@ # PasswordAuthentication yes # HostbasedAuthentication no # BatchMode no -# CheckHostIP yes +# CheckHostIP no # AddressFamily any # ConnectTimeout 0 # StrictHostKeyChecking ask -- 2.20.1