-
Notifications
You must be signed in to change notification settings - Fork 9
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
ecdsa-sk and ed25519-sk support #37
Comments
It seems that the SSH package in Golang may support SK keys. I would like to test if it's possible when I have some time. |
Is there any news on this topic yet? |
I am currently investigating how to use the SK key. The following is the progress of the check and TODO.
TODO:
|
You might be able to use ssh-sk-helper to your advantage. https://developers.yubico.com/SSH/Securing_SSH_with_FIDO2.html
|
https://www.reddit.com/r/yubikey/comments/11bot5f/minimum_requirements_for_notouchrequired_ssh/ It seems there are various challenges in using the no-touch-required option to enable key usage without touching. The YubiKey5 I have on hand doesn't work well with Openssh v9.2.2.0p1-Beta. |
Basically I think the no-touch feature makes little sense with Yubikeys, then I can create a key and put it on an encrypted drive and only mount it when needed. The "more" security is then simply moot. |
Hello, I got the ed25519-sk to work without changing the SSH library. You might find some ideas in go-ssh-sk-example. |
@ztmzzz |
some news? |
@git-tec Best regards, |
First of all great work you did here.
Is there any way to support you so that support for ecdsa-sk, ed25519-sk will be integrated in the future?
The text was updated successfully, but these errors were encountered: