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

ed25519 support #368

Open
ziptx opened this issue Nov 17, 2023 · 4 comments
Open

ed25519 support #368

ziptx opened this issue Nov 17, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@ziptx
Copy link

ziptx commented Nov 17, 2023

Please add SSH key support for ed25519. (see issue #277) EL9 requires newer cryptography SSH keys. (and RSA is no longer best practice). The following error is emitted when adding an ed25510 SSH key: "error: Cannot save SSH key file: Missing dependency PyNaCl"

@Aidaho12
Copy link
Member

Try to install PyNaCl, but it looks like will not helped.

We are planning migration from paramiko-ng to paramiko in couple of months, there will should be fixed

@Aidaho12 Aidaho12 added the enhancement New feature or request label Nov 17, 2023
@brendandebeasi
Copy link

Any update on this issue?

@Aidaho12
Copy link
Member

Aidaho12 commented May 2, 2024

Unfortunately no, will do it in a month or about

@Aidaho12
Copy link
Member

Aidaho12 commented May 3, 2024

Looks like paramiko can't work with ed25519 :( https://github.com/paramiko/paramiko/blob/3.4/paramiko/ed25519key.py

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

No branches or pull requests

3 participants