From df48c86d98529fd9b347ef1861bab440a0bad4cd Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 26 Feb 2018 16:20:27 +0000 Subject: [PATCH] sparkles: Remove todo that's already a github issue --- Sparkles/SSHAuthenticationInfo.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sparkles/SSHAuthenticationInfo.cs b/Sparkles/SSHAuthenticationInfo.cs index 87487c3c..0724a241 100644 --- a/Sparkles/SSHAuthenticationInfo.cs +++ b/Sparkles/SSHAuthenticationInfo.cs @@ -34,10 +34,9 @@ namespace Sparkles { public string KnownHostsFilePath { get; private set; } - readonly string Path; - // TODO: Store keys in the platform's secure key store + public SSHAuthenticationInfo () { Path = IO.Path.Combine (Configuration.DefaultConfiguration.DirectoryPath, "ssh");