Lines Matching refs:ktype

17 	case $ktype in
30 for ktype in $PLAIN_TYPES $EXTRA_TYPES ; do
31 verbose "$tid: sign user ${ktype} cert"
32 ${SSHKEYGEN} -q -N '' -t ${ktype} \
33 -f $OBJ/cert_user_key_${ktype} || \
34 fatal "ssh-keygen of cert_user_key_${ktype} failed"
36 case $ktype in
37 rsa-sha2-*) tflag="-t $ktype" ;;
42 -n ${USER},mekmitasdigoat $tflag $OBJ/cert_user_key_${ktype} || \
43 fatal "couldn't sign cert_user_key_${ktype}"
47 for ktype in $EXTRA_TYPES $PLAIN_TYPES ; do
48 t=$(kname $ktype)
50 _prefix="${ktype} privsep $privsep"
70 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
79 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
88 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
97 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
106 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
116 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
127 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
151 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
163 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
184 for ktype in $PLAIN_TYPES ; do
185 t=$(kname $ktype)
187 _prefix="${ktype} privsep $privsep $auth"
201 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
216 cp $OBJ/cert_user_key_${ktype}.pub \
218 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
226 $OBJ/cert_user_key_${ktype}.pub
227 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
234 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
242 verbose "$tid: ${ktype} $auth revoked CA key"
249 ${SSH} -2i $OBJ/cert_user_key_${ktype} -F $OBJ/ssh_proxy \
285 for ktype in rsa ed25519 ; do
304 verbose "$tid: $ident auth $auth expect $result $ktype"
307 $sign_opts $OBJ/cert_user_key_${ktype} ||
308 fail "couldn't sign cert_user_key_${ktype}"
310 ${SSH} -2i $OBJ/cert_user_key_${ktype} \
359 for ktype in $PLAIN_TYPES ; do
360 t=$(kname $ktype)
362 ${SSHKEYGEN} -q -s $OBJ/cert_user_key_${ktype} -I \
364 -n $USER $OBJ/cert_user_key_${ktype} ||
365 fatal "couldn't sign cert_user_key_${ktype}"
366 verbose "$tid: user ${ktype} connect wrong cert"
367 ${SSH} -2i $OBJ/cert_user_key_${ktype} -F $OBJ/ssh_proxy \