]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Remove errant "set -x" left over from debugging.
authordtucker@openbsd.org <dtucker@openbsd.org>
Sat, 8 Jan 2022 07:55:26 +0000 (07:55 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 8 Jan 2022 08:01:43 +0000 (19:01 +1100)
OpenBSD-Regress-ID: cd989268e034264cec5df97be7581549032c87dc

regress/hostbased.sh

index 470bce885cf88443ee080839279a5b128787218d..04a1c1a2da458aaae86fbd75312db68096435082 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: hostbased.sh,v 1.2 2022/01/08 07:01:13 dtucker Exp $
+#      $OpenBSD: hostbased.sh,v 1.3 2022/01/08 07:55:26 dtucker Exp $
 #      Placed in the Public Domain.
 
 # This test requires external setup and thus is skipped unless
@@ -35,7 +35,6 @@ HostbasedAcceptedAlgorithms $hostkeyalgos
 PreferredAuthentications hostbased
 EOD
 
-set -x 
 algos=""
 for key in `${SUDO} ${SSHD} -T | awk '$1=="hostkey"{print $2}'`; do
        case "`$SSHKEYGEN -l -f ${key}.pub`" in