artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
348a961
)
let this test all supporte key types; pointed out/ok markus@
author
djm
<djm@openbsd.org>
Mon, 12 Jan 2015 11:12:38 +0000
(11:12 +0000)
committer
djm
<djm@openbsd.org>
Mon, 12 Jan 2015 11:12:38 +0000
(11:12 +0000)
regress/usr.bin/ssh/keygen-change.sh
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/keygen-change.sh
b/regress/usr.bin/ssh/keygen-change.sh
index
08d3590
..
dda54d0
100644
(file)
--- a/
regress/usr.bin/ssh/keygen-change.sh
+++ b/
regress/usr.bin/ssh/keygen-change.sh
@@
-1,4
+1,4
@@
-# $OpenBSD: keygen-change.sh,v 1.
2 2002/07/16 09:15:55 markus
Exp $
+# $OpenBSD: keygen-change.sh,v 1.
3 2015/01/12 11:12:38 djm
Exp $
# Placed in the Public Domain.
tid="change passphrase for key"
@@
-6,7
+6,7
@@
tid="change passphrase for key"
S1="secret1"
S2="2secret"
-for t in
rsa dsa rsa1
; do
+for t in
`ssh -Q key-plain`
; do
# generate user key for agent
trace "generating $t key"
rm -f $OBJ/$t-key