SSH Agent: Use database location to resolve relative key file path

Closes #5225
This commit is contained in:
Toni Spets 2021-04-04 09:36:51 +03:00 committed by Jonathan White
parent ed0ece304d
commit 9b8feed3ed
3 changed files with 18 additions and 3 deletions

View file

@ -44,6 +44,7 @@ public:
bool toOpenSSHKey(const Entry* entry, OpenSSHKey& key, bool decrypt);
bool toOpenSSHKey(const QString& username,
const QString& password,
const QString& databasePath,
const EntryAttachments* attachments,
OpenSSHKey& key,
bool decrypt);