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

/openbsd-current/regress/usr.bin/ssh/
H A Dlimit-keytype.sh14 ktype1=ed25519; ktype2=ed25519; ktype3=ed25519;
18 ssh-rsa) ktype2=rsa ;;
33 ${SSHKEYGEN} -q -N '' -t $ktype2 -f $OBJ/user_key2 || \
35 ${SSHKEYGEN} -q -N '' -t $ktype2 -f $OBJ/user_key3 || \
93 verbose "allow $ktype2,$ktype1"
95 "PubkeyAcceptedAlgorithms `keytype $ktype2`,`keytype $ktype1`"
105 if [ "$ktype1" != "$ktype2" ]; then
118 prepare_config "PubkeyAcceptedAlgorithms `keytype $ktype2`" \
121 if [ "$ktype1" != "$ktype2" ]; then
H A Dkrl.sh8 ktype1=ed25519; ktype2=ed25519; ktype3=ed25519;
12 ecdsa*) ktype2=ecdsa ;;
28 $SSHKEYGEN -t $ktype2 -f $OBJ/revoked-ca2 -C "" -N "" > /dev/null ||
71 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 ||\

Completed in 92 milliseconds