From 971f7123b566a35f55ebcd0c36f5409058eabef5 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Wed, 31 Dec 2014 13:21:31 +0100 Subject: [PATCH] keys: Bump default key size to 4096 --- SparkleShare/SparkleKeys.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SparkleShare/SparkleKeys.cs b/SparkleShare/SparkleKeys.cs index e1197eba..e99b0483 100644 --- a/SparkleShare/SparkleKeys.cs +++ b/SparkleShare/SparkleKeys.cs @@ -41,6 +41,7 @@ namespace SparkleShare { computer_name = computer_name.Substring (0, computer_name.Length - 6); string arguments = "-t rsa " + // crypto type + "-b 4096 " + // key size "-P \"\" " + // empty password "-C \"" + computer_name + "\" " + // key comment "-f \"" + key_name + "\""; // file name