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

@ -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)) {