mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-23 05:25:21 -04:00
SSH Agent: Use database location to resolve relative key file path
Closes #5225
This commit is contained in:
parent
ed0ece304d
commit
9b8feed3ed
3 changed files with 18 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue