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 Request: Support ed25519-sk and ecdsa-sk key types #219

Open
ellenhp opened this issue Dec 2, 2023 · 1 comment
Open

Feature Request: Support ed25519-sk and ecdsa-sk key types #219

ellenhp opened this issue Dec 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ellenhp
Copy link

ellenhp commented Dec 2, 2023

I'd like to use my FIDO2 resident keys to authenticate with ssh_ui [1] applications, so this would be a cool thing to have. Protocol and key format seem to be defined here [2]. I might look into this next time I get the urge to work on my BBS system, but until then I thought I'd put up an issue to track it and pool brainpower in case there's someone else out there who wants this feature.

[1] https://github.com/ellenhp/ssh_ui
[2] https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.u2f

@Eugeny
Copy link
Owner

Eugeny commented Nov 3, 2024

Server support is in the main branch now, I'm not sure how much I'll be able to do on the client side - authenticating should already be possible with authenticate_publickey_with() but the burden of CTAP / FIDO interfacing is currently on the library user

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

2 participants