WinCryptSSHAgent icon indicating copy to clipboard operation
WinCryptSSHAgent copied to clipboard

Feature reqeust: ability to filter or rearrange public keys

Open evandena opened this issue 5 years ago • 1 comments

My Public Key list within WinCryptSSHAgent is currently loading 5 keys, mostly from my PIV smart card. Only one of those keys supports Smart Card Login, and it is currently placed 5th in the list. Our Linux servers reject the SSH session after 4 failed attempts, so I'm thinking the 5th key never makes the request.

It would be nice if I could rearrange the order, or if I can filter for Smart Card Login certs.

evandena avatar Jun 11 '20 14:06 evandena

The minimalist way of doing this, that doesn't require a config file, would be to use the fields that can be set in the windows certificate store. Here's a proof of concept: https://github.com/dbeinder/WinCryptSSHAgent/commit/34b9c5cf0446c823005585762693c919d921be13

Of course having a proper integrated settings UI is probably the right way to go.

dbeinder avatar Apr 01 '22 17:04 dbeinder