Add todo to implement secure key store

This commit is contained in:
Hylke Bons 2017-09-25 16:13:25 +01:00 committed by GitHub
parent 4970646f4b
commit 10bebccab6

View file

@ -37,7 +37,7 @@ namespace Sparkles {
readonly string Path;
// TODO: Store keys in the platform's secure key store
public SSHAuthenticationInfo ()
{
Path = IO.Path.Combine (Configuration.DefaultConfiguration.DirectoryPath, "ssh");