diff --git a/SparkleShare/SparkleControllerBase.cs b/SparkleShare/SparkleControllerBase.cs index 534ca4f6..ed9339ec 100644 --- a/SparkleShare/SparkleControllerBase.cs +++ b/SparkleShare/SparkleControllerBase.cs @@ -833,7 +833,7 @@ namespace SparkleShare { process.StartInfo.FileName = "ssh-keygen"; process.StartInfo.CreateNoWindow = true; - process.StartInfo.Arguments = "-t rsa" + // crypto type + process.StartInfo.Arguments = "-t rsa " + // crypto type "-P \"\" " + // password (none) "-C \"" + System.Net.Dns.GetHostName () + "\" " + // key comment "-f " + key_file_name; // file name