Home | History | Annotate | Download | only in regress

Lines Matching refs:ed25519

13 ${SSHKEYGEN} -q -N '' -t ed25519  -f $OBJ/user_ca_key ||\
17 ${SSHKEYGEN} -q -N '' -t ed25519 -f $OBJ/user_key1 || \
61 # Allow plain Ed25519 and RSA. The certificate should fail.
62 verbose "allow rsa,ed25519"
63 prepare_config "PubkeyAcceptedKeyTypes ssh-rsa,ssh-ed25519"
68 # Allow Ed25519 only.
69 verbose "allow ed25519"
70 prepare_config "PubkeyAcceptedKeyTypes ssh-ed25519"
82 # Allow RSA in main config, Ed25519 for non-existent user.
85 "Match user x$USER" "PubkeyAcceptedKeyTypes +ssh-ed25519"
90 # Allow only DSA in main config, Ed25519 for user.
93 "Match user $USER" "PubkeyAcceptedKeyTypes +ssh-ed25519"