mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-27 08:01:21 -04:00
SSH Agent: Integration tests against ssh-agent
Windows testing is currently explicitly disabled due to too many different scenarios to run an agent and MSYS2 having its own.
This commit is contained in:
parent
2359742de1
commit
dce9af219f
6 changed files with 361 additions and 32 deletions
|
@ -47,8 +47,9 @@ public:
|
|||
|
||||
const QString errorString() const;
|
||||
bool isAgentRunning() const;
|
||||
bool testConnection();
|
||||
bool addIdentity(OpenSSHKey& key, KeeAgentSettings& settings);
|
||||
bool listIdentities(QList<QSharedPointer<OpenSSHKey>>& list);
|
||||
bool checkIdentity(OpenSSHKey& key, bool& loaded);
|
||||
bool removeIdentity(OpenSSHKey& key);
|
||||
void removeAllIdentities();
|
||||
void setAutoRemoveOnLock(const OpenSSHKey& key, bool autoRemove);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue