summaryrefslogtreecommitdiffhomepage
path: root/dropbearkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-10-31 22:49:15 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-10-31 22:49:15 +0800
commit814ab77538b8023f3ede270fcd14da7368913554 (patch)
tree46cd1cbe17aef1b366651da469458e884913256f /dropbearkey.c
parent45bd0edae52c07daa2d54ca7f7c0a57d51130791 (diff)
Default to some larger key sizes
--HG-- branch : ecc
Diffstat (limited to 'dropbearkey.c')
-rw-r--r--dropbearkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dropbearkey.c b/dropbearkey.c
index eecfbcc..ba10ea9 100644
--- a/dropbearkey.c
+++ b/dropbearkey.c
@@ -57,7 +57,7 @@
static void printhelp(char * progname);
-#define RSA_DEFAULT_SIZE 1024
+#define RSA_DEFAULT_SIZE 2048
#define DSS_DEFAULT_SIZE 1024
static void buf_writefile(buffer * buf, const char * filename);