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

define key structures of sk-ecdsa and sk-ed25519 #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

z4yx
Copy link

@z4yx z4yx commented Feb 22, 2022

OpenSSH supports hardware-backed authentication keys since v8.2

Currently, only two types are defined (namely sk-ssh-ed25519@openssh.com and sk-ecdsa-sha2-nistp256@openssh.com) according to https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.u2f

This patch defines corresponding structures for these two types of keys.

@wiktor-k
Copy link

wiktor-k commented Apr 5, 2022

@z4yx I hope you don't mind but I've merged your PR in my fork: https://github.com/wiktor-k/ssh-agent-lib (I needed some extra features but it seems this lib is not actively maintained :-/ )

@z4yx
Copy link
Author

z4yx commented Apr 5, 2022

Of course not. That's how open-source works. :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants