From 793a74268c49980995f4a955c3735c35565f09d9 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Fri, 13 Jan 2012 18:07:41 +0000 Subject: [PATCH] config: Revert adding Identityfile to SSH config for Arch Linux --- SparkleLib/SparkleConfig.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SparkleLib/SparkleConfig.cs b/SparkleLib/SparkleConfig.cs index bf0fc094..d05eb316 100755 --- a/SparkleLib/SparkleConfig.cs +++ b/SparkleLib/SparkleConfig.cs @@ -164,11 +164,11 @@ namespace SparkleLib { this.Save (); - ConfigureSSH (); + // ConfigureSSH (); } } - +/* private void ConfigureSSH () { if (User.Email.Equals ("Unknown")) @@ -214,7 +214,7 @@ namespace SparkleLib { SparkleHelpers.DebugInfo ("Config", "Added key to " + ssh_config_file_path); } - +*/ public List Folders { get {