Remove errant "set -x" left over from debugging.
authordtucker <dtucker@openbsd.org>
Sat, 8 Jan 2022 07:55:26 +0000 (07:55 +0000)
committerdtucker <dtucker@openbsd.org>
Sat, 8 Jan 2022 07:55:26 +0000 (07:55 +0000)
regress/usr.bin/ssh/hostbased.sh

index 470bce8..04a1c1a 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