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

Support for ed25519 keys missing in AdminUI #227

Open
liftedkilt opened this issue Apr 11, 2017 · 1 comment
Open

Support for ed25519 keys missing in AdminUI #227

liftedkilt opened this issue Apr 11, 2017 · 1 comment

Comments

@liftedkilt
Copy link

ed25519 keys are accepted by sshd on the headnode/compute nodes, but I'm unable to add the key to my account via AdminUI

@bahamat
Copy link
Member

bahamat commented Apr 28, 2017

@liftedkilt There's an underlying issue that's preventing this.

Currently we store public keys in UFDS using OpenSSL in x509 format. Because ed25519 is not valid in x509 (you can see progress here: https://datatracker.ietf.org/doc/draft-ietf-curdle-pkix/) we currently can't store those keys.

Once supported has been added to OpenSSL, this will work its way into Triton, and ultimately AdminUI.

Until then, you can still use ed25519 keys with an authorized_keys file.

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

2 participants