diff dropbearkey.c @ 840:5128e525c8fa ecc

Default to some larger key sizes
author Matt Johnston <matt@ucc.asn.au>
date Thu, 31 Oct 2013 22:49:15 +0800
parents 75509065db53
children d4ce5269a439
line wrap: on
line diff
--- a/dropbearkey.c	Fri Oct 18 21:38:01 2013 +0800
+++ b/dropbearkey.c	Thu Oct 31 22:49:15 2013 +0800
@@ -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);