diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-11-07 00:18:52 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-11-07 00:18:52 +0800 |
commit | 4363b8b32deb69b30b756a34a720e67d1c3708fe (patch) | |
tree | 937e39973fac54852e28816847fc97729a588dcf /svr-runopts.c | |
parent | cfac8435a73cddbc54a70ab07418b0bdb900fc10 (diff) |
refactor key generation, make it generate as required.
Needs UI in server command line options
--HG--
branch : keyondemand
Diffstat (limited to 'svr-runopts.c')
-rw-r--r-- | svr-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-runopts.c b/svr-runopts.c index 2db88c2..53dd9fd 100644 --- a/svr-runopts.c +++ b/svr-runopts.c @@ -482,7 +482,7 @@ void load_all_hostkeys() { #endif #ifdef DROPBEAR_ECC_521 if (!svr_opts.hostkey->ecckey521) { - disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP521); + //disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP521); } #endif #endif |