From: Damien Miller Date: Mon, 18 Nov 2019 21:52:24 +0000 (+1100) Subject: remove all EC algs from proposals, no just sk ones X-Git-Tag: V_8_2_P1~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=478f4f98e4e93ae4ed1a8911dec4e5b75ea10f30;p=thirdparty%2Fopenssh-portable.git remove all EC algs from proposals, no just sk ones ok dtucker@ --- diff --git a/myproposal.h b/myproposal.h index 1d4aa297a..d6e7977e4 100644 --- a/myproposal.h +++ b/myproposal.h @@ -152,18 +152,14 @@ #define PUBKEY_DEFAULT_PK_ALG \ USERKEY_ECDSA_SK_CERT_METHODS \ - "ecdsa-sha2-nistp256-cert-v01@openssh.com," \ - "ecdsa-sha2-nistp384-cert-v01@openssh.com," \ - "ecdsa-sha2-nistp521-cert-v01@openssh.com," \ + HOSTKEY_ECDSA_CERT_METHODS \ "sk-ssh-ed25519-cert-v01@openssh.com," \ "ssh-ed25519-cert-v01@openssh.com," \ "rsa-sha2-512-cert-v01@openssh.com," \ "rsa-sha2-256-cert-v01@openssh.com," \ "ssh-rsa-cert-v01@openssh.com," \ USERKEY_ECDSA_SK_METHODS \ - "ecdsa-sha2-nistp256," \ - "ecdsa-sha2-nistp384," \ - "ecdsa-sha2-nistp521," \ + HOSTKEY_ECDSA_METHODS \ "sk-ssh-ed25519@openssh.com," \ "ssh-ed25519," \ "rsa-sha2-512," \