Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature reqeust: ability to filter or rearrange public keys #12

Open
evandena opened this issue Jun 11, 2020 · 1 comment
Open

Feature reqeust: ability to filter or rearrange public keys #12

evandena opened this issue Jun 11, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@evandena
Copy link

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.

@dbeinder
Copy link

dbeinder commented Apr 1, 2022

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: dbeinder@34b9c5c

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants