mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
kex: enable more ECDSA hostkey algos
Signed-off-by: Jon Simons <jon@jonsimons.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
10bc5ac203
commit
40d81bb7ca
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
#ifdef HAVE_ECDH
|
#ifdef HAVE_ECDH
|
||||||
#define ECDH "ecdh-sha2-nistp256,"
|
#define ECDH "ecdh-sha2-nistp256,"
|
||||||
#define HOSTKEYS "ecdsa-sha2-nistp256,ssh-rsa,ssh-dss"
|
#define HOSTKEYS "ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa,ssh-dss"
|
||||||
#else
|
#else
|
||||||
#define HOSTKEYS "ssh-rsa,ssh-dss"
|
#define HOSTKEYS "ssh-rsa,ssh-dss"
|
||||||
#define ECDH ""
|
#define ECDH ""
|
||||||
|
|||||||
Reference in New Issue
Block a user