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");