I have created a bunch of ed25519 keys through ssh-keygen
to connect to different machines I have access to. However, I noticed that all of them begin with the same, rather long prefix:
AAAAC3NzaC1lZDI1NTE5A...
why is that? Is it a security issue? A bug? Or just some property of all ed25519 keys I don't know?