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 keys still don't work #159

Closed
prpr19xx opened this issue Apr 23, 2022 · 2 comments
Closed

ed25519 keys still don't work #159

prpr19xx opened this issue Apr 23, 2022 · 2 comments

Comments

@prpr19xx
Copy link

As detailed in #136, ed25519 keys still don't work with 2022.82
I generated a key in openssh format, converted it to dropbear format and back again and the result is different:

@@ -1,7 +1,7 @@
 -----BEGIN OPENSSH PRIVATE KEY-----
 b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtz
 c2gtZWQyNTUxOQAAACDIzXf/koZjnF6H5AsDuXkINdVnhvwcEuYVkP9fK3IY5AAA
-AIjYc7Y72HO2OwAAAAtzc2gtZWQyNTUxOQAAACDIzXf/koZjnF6H5AsDuXkINdVn
+AIgAAAAAAAAAAAAAAAtzc2gtZWQyNTUxOQAAACDIzXf/koZjnF6H5AsDuXkINdVn
 hvwcEuYVkP9fK3IY5AAAAEB7sWGXbFtbZvROQvx/6MWWTZGxkDaKjAhjVwARqXQI
 F8jNd/+ShmOcXofkCwO5eQg11WeG/BwS5hWQ/18rchjkAAAAAAECAwQF
 -----END OPENSSH PRIVATE KEY-----
@prpr19xx prpr19xx changed the title ed25519 still keys don't work ed25519 keys still don't work Apr 23, 2022
@mkj
Copy link
Owner

mkj commented Apr 23, 2022

The result isn't expected to be identical - OpenSSH keys have 8 bytes checkint that will differ.
Testing here an OpenSSH key converted to use with dbclient works successfully. What steps fail for you?

@prpr19xx
Copy link
Author

Apologies for the confusion on my part. Connections work successfully. I was previously unaware of the expected difference in the keys.

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