upstream: Remove errant "set -x" left over from debugging.
OpenBSD-Regress-ID: cd989268e034264cec5df97be7581549032c87dc
This commit is contained in:
parent
1a7c88e26f
commit
bd69e29f57
|
@ -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.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
# This test requires external setup and thus is skipped unless
|
# This test requires external setup and thus is skipped unless
|
||||||
|
@ -35,7 +35,6 @@ HostbasedAcceptedAlgorithms $hostkeyalgos
|
||||||
PreferredAuthentications hostbased
|
PreferredAuthentications hostbased
|
||||||
EOD
|
EOD
|
||||||
|
|
||||||
set -x
|
|
||||||
algos=""
|
algos=""
|
||||||
for key in `${SUDO} ${SSHD} -T | awk '$1=="hostkey"{print $2}'`; do
|
for key in `${SUDO} ${SSHD} -T | awk '$1=="hostkey"{print $2}'`; do
|
||||||
case "`$SSHKEYGEN -l -f ${key}.pub`" in
|
case "`$SSHKEYGEN -l -f ${key}.pub`" in
|
||||||
|
|
Loading…
Reference in New Issue