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
This commit is contained in:
parent
f0cd000d8e
commit
33abbe2f41
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue