Searched refs:ktype1 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/regress/usr.bin/ssh/
H A Dlimit-keytype.sh14 ktype1=ed25519; ktype2=ed25519; ktype3=ed25519;
27 ${SSHKEYGEN} -q -N '' -t $ktype1 -f $OBJ/user_ca_key ||\
31 ${SSHKEYGEN} -q -N '' -t $ktype1 -f $OBJ/user_key1 || \
93 verbose "allow $ktype2,$ktype1"
95 "PubkeyAcceptedAlgorithms `keytype $ktype2`,`keytype $ktype1`"
101 verbose "allow $ktype1"
102 prepare_config "PubkeyAcceptedAlgorithms `keytype $ktype1`"
105 if [ "$ktype1" != "$ktype2" ]; then
119 "Match user x$USER" "PubkeyAcceptedAlgorithms +`keytype $ktype1`"
121 if [ "$ktype1" !
[all...]
H A Dkrl.sh8 ktype1=ed25519; ktype2=ed25519; ktype3=ed25519;
26 $SSHKEYGEN -t $ktype1 -f $OBJ/revoked-ca -C "" -N "" > /dev/null ||
69 keytype=$ktype1

Completed in 122 milliseconds