question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support ed25519 for SSH

See original GitHub issue

When I submit my SSH public key

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICKHoRRTDdoqmEQ9YFNFn75K0w6wdh1labhDzDCtTRO+ colindean

Gitbucket tells me that it’s invalid. It’s definitely valid, but perhaps Gitbucket doesn’t support ed25519 yet. That’d be a nice feature to have.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
takezoecommented, Mar 7, 2017

@otofune Great news! Thanks for information. I would like to start work for support it.

0reactions
otofunecommented, Mar 7, 2017

apache mina sshd now supports ED25519 key, above issue was resolved. (and now status is ‘resolved’.) is there any progress?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrade Your SSH Key to Ed25519 - Medium
The Ed25519 was introduced on OpenSSH version 6.5. It's the EdDSA implementation using the Twisted Edwards curve. It's using elliptic curve ...
Read more >
How to secure your SSH server with public key Ed25519 ...
SSH can generate DSA, RSA, ECDSA and Ed25519 key pairs. Let's go over these public-key algorithms: DSA: This algorithm is deprecated due to...
Read more >
Using Ed25519 for OpenSSH keys (instead of DSA/RSA ...
Introduction into Ed25519. OpenSSH 6.5 added support for Ed25519 as a public key type. It is using an elliptic curve signature scheme, ...
Read more >
Enable ed25519 SSH Keys Auth on Ubuntu 18.04
We use keys in ssh servers to help increase security. ... ED25519 is a better, faster, algorithim that uses a smaller key length...
Read more >
OpenSSH 6.5 Released
New features: * ssh(1), sshd(8): Add support for key exchange using elliptic-curve Diffie Hellman in Daniel Bernstein's Curve25519. This key exchange method ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found