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

accept ecdsa-sha2-nistp256 public keys #559

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

livz
Copy link

@livz livz commented Sep 5, 2024

The SSH server seems to support ecdsa-sha2-nistp256 keys, based on the output of ssh -G:

hostbasedacceptedalgorithms [email protected],...,ecdsa-sha2-nistp256,
..
kexalgorithms [email protected],..,ecdsa-sha2-nistp256

Modified the regular expression to allow ecdsa-sha2-nistp256 keys to be set in the UI.

This would be very useful because Secretive agent (which uses SSH keys stored in the TPM of Macs) only generates this key type - ecdsa-sha2-nistp256.

Hope this is the right place to make this change.

Thank you!

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.

1 participant