From 4b8a6aa11d3345583aac853f65308da0ecd604e0 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Tue, 13 Jan 2015 22:20:08 +0000 Subject: [PATCH] keys: Mention this is a SparkleShare generated key in the comment --- SparkleShare/SparkleKeys.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SparkleShare/SparkleKeys.cs b/SparkleShare/SparkleKeys.cs index e99b04837..c30b57510 100644 --- a/SparkleShare/SparkleKeys.cs +++ b/SparkleShare/SparkleKeys.cs @@ -43,7 +43,7 @@ public static class SparkleKeys { string arguments = "-t rsa " + // crypto type "-b 4096 " + // key size "-P \"\" " + // empty password - "-C \"" + computer_name + "\" " + // key comment + "-C \"" + computer_name + " (SparkleShare)\" " + // key comment "-f \"" + key_name + "\""; // file name SparkleKeyProcess process = new SparkleKeyProcess ("ssh-keygen", arguments);