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: add support for ECDH keys #565

Open
martinpaljak opened this issue Aug 27, 2024 · 4 comments
Open

feature request: add support for ECDH keys #565

martinpaljak opened this issue Aug 27, 2024 · 4 comments

Comments

@martinpaljak
Copy link

martinpaljak commented Aug 27, 2024

While not directly applicable to SSH or the ssh-agent protocol (without an extension definition to the protocol that does not yet(?) exist), I really like the properties of Secretive and consider it the best user interface for device-bound, user-friendly and usable hardware keys on macOS.

Would be lovely if the same interface and user experience (fingerprint, notifications, GUI management etc) could also be used for encryption, closest example and possibly first use being something not unlike https://github.com/str4d/age-plugin-yubikey is for removable devices. UPDATE: such thing already exists and is called https://github.com/remko/age-plugin-se

Or maybe expose it via some other interface like PKCS#11 (which does feel annoyingly complex compared to ssh-agent)

@0xRake
Copy link

0xRake commented Aug 27, 2024

Check out:

https://github.com/remko/age-plugin-se

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

No branches or pull requests

3 participants
@martinpaljak @0xRake and others