dlech / KeeAgent

ssh agent plugin for KeePass 2.x
http://lechnology.com/software/keeagent
Other
534 stars 35 forks source link

How can I check KeeAgent is running #340

Closed mgrulich closed 2 years ago

mgrulich commented 2 years ago

I need to check the KeeAgent (or another like Pagent) is currently running (and maybe available) on Windows any suggestions on how can I do this?

msabatier commented 2 years ago

Hi,

May be you can use command ssh-add -l to see if connection to the agent (any ssh agent) is successful and if there are any keys loaded.

dlech commented 2 years ago

I agree that the best way is to just try to connect to the agent somehow.