summaryrefslogtreecommitdiff
path: root/Sparkles/SSHAuthenticationInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Sparkles/SSHAuthenticationInfo.cs')
-rw-r--r--Sparkles/SSHAuthenticationInfo.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Sparkles/SSHAuthenticationInfo.cs b/Sparkles/SSHAuthenticationInfo.cs
index 87487c3..0724a24 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");