artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38bc52e
)
Remove errant "set -x" left over from debugging.
author
dtucker
<dtucker@openbsd.org>
Sat, 8 Jan 2022 07:55:26 +0000
(07:55 +0000)
committer
dtucker
<dtucker@openbsd.org>
Sat, 8 Jan 2022 07:55:26 +0000
(07:55 +0000)
regress/usr.bin/ssh/hostbased.sh
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/hostbased.sh
b/regress/usr.bin/ssh/hostbased.sh
index
470bce8
..
04a1c1a
100644
(file)
--- a/
regress/usr.bin/ssh/hostbased.sh
+++ b/
regress/usr.bin/ssh/hostbased.sh
@@
-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