dlech / KeeAgent

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

Featurerequest - use URL to filter key to use #336

Closed nettyjump closed 2 years ago

nettyjump commented 2 years ago

Hi guys

Would it be possible to use the URL-entry to use the specific private key for authentication instead of iterating thorugh all keys? It would resolve the issue of "too many authentication failures" when using a lot of private keys. I have currently set the option "Show key selection dialog when ..." to resolve this issue..

dlech commented 2 years ago

No, the agent doesn't have any way to know what server is making the request. The "official" SSH solution is to use the IdentityFile feature to map keys to hosts.

nettyjump commented 2 years ago

Thank you for your response I will look into that.