mirror of
https://github.com/openbsd/src.git
synced 2026-04-23 21:54:32 +00:00
Indicate if we're using a cached key in trace output.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: test-exec.sh,v 1.75 2020/01/31 23:25:08 djm Exp $
|
||||
# $OpenBSD: test-exec.sh,v 1.76 2020/04/04 23:04:41 dtucker Exp $
|
||||
# Placed in the Public Domain.
|
||||
|
||||
USER=`id -un`
|
||||
@@ -377,11 +377,13 @@ SSH_HOSTKEY_TYPES=`$SSH -Q key-plain | maybe_filter_sk`
|
||||
|
||||
for t in ${SSH_KEYTYPES}; do
|
||||
# generate user key
|
||||
trace "generating key type $t"
|
||||
if [ ! -f $OBJ/$t ] || [ ${SSHKEYGEN} -nt $OBJ/$t ]; then
|
||||
trace "generating key type $t"
|
||||
rm -f $OBJ/$t
|
||||
${SSHKEYGEN} -q -N '' -t $t -f $OBJ/$t ||\
|
||||
fail "ssh-keygen for $t failed"
|
||||
else
|
||||
trace "using cached key type $t"
|
||||
fi
|
||||
|
||||
# setup authorized keys
|
||||
|
||||
Reference in New Issue
Block a user