You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ed25519 keys are supported on newer version of OpenSSH.
ssh-keygen -t ed25519
There is a ed25519 implementation available here:
https://github.com/agl/ed25519/
Although it doesn't have a license.
go version go1.3 linux/amd64