Mercurial > dropbear
diff svr-runopts.c @ 1856:8f28519e34b0
Don't include sk keys at all in KEX list
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 23 Jan 2022 17:29:39 +0800 |
parents | 35d504d59c05 |
children | 2b3a8026a6ce |
line wrap: on
line diff
--- a/svr-runopts.c Sat Jan 22 16:53:04 2022 +0300 +++ b/svr-runopts.c Sun Jan 23 17:29:39 2022 +0800 @@ -668,12 +668,6 @@ any_keys = 1; } #endif -#if DROPBEAR_SK_ECDSA - disablekey(DROPBEAR_SIGNKEY_SK_ECDSA_NISTP256); -#endif -#if DROPBEAR_SK_ED25519 - disablekey(DROPBEAR_SIGNKEY_SK_ED25519); -#endif if (!any_keys) { dropbear_exit("No hostkeys available. 'dropbear -R' may be useful or run dropbearkey.");