config: Revert adding Identityfile to SSH config for Arch Linux

This commit is contained in:
Hylke Bons 2012-01-13 18:07:41 +00:00
parent 6aa4829f1a
commit 793a74268c

View file

@ -164,11 +164,11 @@ namespace SparkleLib {
this.Save (); this.Save ();
ConfigureSSH (); // ConfigureSSH ();
} }
} }
/*
private void ConfigureSSH () private void ConfigureSSH ()
{ {
if (User.Email.Equals ("Unknown")) if (User.Email.Equals ("Unknown"))
@ -214,7 +214,7 @@ namespace SparkleLib {
SparkleHelpers.DebugInfo ("Config", "Added key to " + ssh_config_file_path); SparkleHelpers.DebugInfo ("Config", "Added key to " + ssh_config_file_path);
} }
*/
public List<string> Folders { public List<string> Folders {
get { get {