SSH Agent: Track which database owns a key for remove-on-lock

Fixes #4532
This commit is contained in:
Toni Spets
2020-04-04 09:00:49 +03:00
committed by Jonathan White
parent 9e17d52e8e
commit a1b4a3f8b7
6 changed files with 60 additions and 37 deletions

View File

@@ -41,6 +41,7 @@ private:
QString m_agentSocketFileName;
QProcess m_agentProcess;
OpenSSHKey m_key;
QUuid m_uuid;
};
#endif // TESTSSHAGENT_H