From 1ac98be8724c9789d770ddb8e7f0dbf1b55e05a0 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 17 May 2019 12:42:17 +1000 Subject: Use the correct macro for SSH_ALLOWED_CA_SIGALGS. --- myproposal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myproposal.h b/myproposal.h index 9205fb343..34bd10c9f 100644 --- a/myproposal.h +++ b/myproposal.h @@ -136,7 +136,7 @@ /* Not a KEX value, but here so all the algorithm defaults are together */ #define SSH_ALLOWED_CA_SIGALGS \ - KEX_ECDH_METHODS \ + HOSTKEY_ECDSA_METHODS \ "ssh-ed25519," \ "rsa-sha2-512," \ "rsa-sha2-256," \ -- cgit v1.2.3