mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03: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
|
@ -701,6 +701,7 @@ bool EditEntryWidget::getOpenSSHKey(OpenSSHKey& key, bool decrypt)
|
|||
|
||||
if (!settings.toOpenSSHKey(m_mainUi->usernameComboBox->lineEdit()->text(),
|
||||
m_mainUi->passwordEdit->text(),
|
||||
m_db->filePath(),
|
||||
m_advancedUi->attachmentsWidget->entryAttachments(),
|
||||
key,
|
||||
decrypt)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue