[openssh-commits] [openssh] 03/04: upstream: Add test for host key verification via SSHFP records. This

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 19 13:05:52 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 33abbe2f4153f5ca5c874582f6a7cc91ae167485
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Jul 19 02:46:34 2021 +0000

    upstream: Add test for host key verification via SSHFP records. This
    
    requires some external setup to operate so is disabled by default (see
    comments in sshfp-connect.sh).
    
    OpenBSD-Regress-ID: c52c461bd1df3a803d17498917d156ef64512fd9
---
 regress/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/regress/Makefile b/regress/Makefile
index 0dc1ba5a..c4fc50ce 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -1,4 +1,4 @@
-#	$OpenBSD: Makefile,v 1.112 2021/07/19 00:16:26 dtucker Exp $
+#	$OpenBSD: Makefile,v 1.113 2021/07/19 02:46:34 dtucker Exp $
 
 tests:		prep file-tests t-exec unit
 
@@ -21,6 +21,7 @@ distclean:	clean
 
 LTESTS= 	connect \
 		proxy-connect \
+		sshfp-connect \
 		connect-privsep \
 		connect-uri \
 		proto-version \

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list