mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 10:41:39 +00:00
add curve25519-sha256 without @libssh.org
This commit is contained in:
parent
67111efdad
commit
4058574cfa
@ -276,6 +276,7 @@ static const struct dropbear_kex kex_curve25519 = {DROPBEAR_KEX_CURVE25519, NULL
|
|||||||
|
|
||||||
algo_type sshkex[] = {
|
algo_type sshkex[] = {
|
||||||
#if DROPBEAR_CURVE25519
|
#if DROPBEAR_CURVE25519
|
||||||
|
{"curve25519-sha256", 0, &kex_curve25519, 1, NULL},
|
||||||
{"curve25519-sha256@libssh.org", 0, &kex_curve25519, 1, NULL},
|
{"curve25519-sha256@libssh.org", 0, &kex_curve25519, 1, NULL},
|
||||||
#endif
|
#endif
|
||||||
#if DROPBEAR_ECDH
|
#if DROPBEAR_ECDH
|
||||||
|
Loading…
Reference in New Issue
Block a user