Home
last modified time | relevance | path

Searched refs:ktype2 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/regress/
H A Dlimit-keytype.sh14 ktype1=ed25519; ktype2=ed25519; ktype3=ed25519;
18 ssh-rsa) ktype2=rsa ;;
32 ${SSHKEYGEN} -q -N '' -t $ktype2 -f $OBJ/user_key2 || \
34 ${SSHKEYGEN} -q -N '' -t $ktype2 -f $OBJ/user_key3 || \
91 verbose "allow $ktype2,$ktype1"
93 "PubkeyAcceptedAlgorithms `keytype $ktype2`,`keytype $ktype1`"
103 if [ "$ktype1" != "$ktype2" ]; then
116 prepare_config "PubkeyAcceptedAlgorithms `keytype $ktype2`" \
119 if [ "$ktype1" != "$ktype2" ]; then
H A Dkrl.sh8 ktype1=ed25519; ktype2=ed25519; ktype3=ed25519;
12 ecdsa*) ktype2=ecdsa ;;
27 $SSHKEYGEN -t $ktype2 -f $OBJ/revoked-ca2 -C "" -N "" > /dev/null ||
70 2 | 10 | 510 | 1001) keytype=$ktype2 ;;
H A Dcert-hostkey.sh57 ktype2=ed25519
58 [ "x$rsa" = "x1" ] && ktype2=rsa
61 ${SSHKEYGEN} -q -N '' -t $ktype2 -f $OBJ/host_ca_key2 ||\