From 91ad10d464dab3450e3107f95e7de649b15d2d1b Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Tue, 18 Feb 2020 22:19:45 +0100 Subject: [PATCH] Remove the test for ssh config VerifyReverseMapping This option is deprecated since 2003. Having it in a config file raises a warning and UseDNS (that is on by default) includes the VerifyReverseMapping check. See https://github.com/openssh/openssh-portable/commit/3a961dc0d36c1f87788b707130f6d07709822d38 See #528 --- include/tests_ssh | 1 - 1 file changed, 1 deletion(-) diff --git a/include/tests_ssh b/include/tests_ssh index 5c8b3775..44424b3a 100644 --- a/include/tests_ssh +++ b/include/tests_ssh @@ -151,7 +151,6 @@ StrictModes:YES,,NO:=\ TCPKeepAlive:NO,,YES:=\ UseDNS:NO,,YES:=\ - VerifyReverseMapping:YES,,NO:=\ X11Forwarding:NO,,YES:=\ AllowAgentForwarding:NO,,YES:="