From 40d81bb7cafe528639cb201e893ba62db1e813bf Mon Sep 17 00:00:00 2001 From: Jon Simons Date: Sat, 15 Feb 2014 15:48:54 -0800 Subject: kex: enable more ECDSA hostkey algos Signed-off-by: Jon Simons Reviewed-by: Andreas Schneider --- src/kex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kex.c b/src/kex.c index e1e3697c..4eb45d22 100644 --- a/src/kex.c +++ b/src/kex.c @@ -73,7 +73,7 @@ #ifdef HAVE_ECDH #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 #define HOSTKEYS "ssh-rsa,ssh-dss" #define ECDH "" -- cgit