Skip to content

Commit

Permalink
keys: Mention this is a SparkleShare generated key in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hbons committed Jan 13, 2015
1 parent 5897f37 commit 4b8a6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SparkleShare/SparkleKeys.cs
Expand Up @@ -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);
Expand Down

0 comments on commit 4b8a6aa

Please sign in to comment.