On 2022/11/07 12:02, Solène Rapenne wrote: > Le Sun, 6 Nov 2022 18:41:50 +0400, > Loganaden Velvindron <logana...@gmail.com> a écrit : > > > On Sun, 6 Nov 2022 at 18:31, Job Snijders <j...@openbsd.org> wrote: > > > > > > Dear all, > > > > > > Support for using Ed25519 for server and user authentication was > > > introduced in 2014. I like the compactness of Ed25519 public keys. > > > > > > Perhaps now is a good time to make Ed25519 the default key type when > > > invoking ssh-keygen(1) without arguments? > > > > > > > I agree, but I think we lack data on deployed ssh systems at large. > > > > > Kind regards, > > > > > > Job > > FWIW, Azure doesn't support ed25519 yet > > https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/ed25519-ssh-keys >
This doesn't cause a problem, you can simply generate an RSA key if you would like to use a key to connect to a system that does not yet support ed25519 keys. Using ed25519 by default is also a gentle nudge to vendors (maybe it will become easier for them to add support than explain to users how to generate an rsa key).