When trying to generate a key using:
ssh-keygen -t ed25519-sk -C "my instance key"
I get the following error:
unknown key type ed25519-sk
Anyone know how to solve it?
When trying to generate a key using:
ssh-keygen -t ed25519-sk -C "my instance key"
I get the following error:
unknown key type ed25519-sk
Anyone know how to solve it?
I solved it by installing these two libs:
My old openssl version was 9.0 and now it's 9.51. you can check it with ssh -V
After that, I opened a new terminal tab and I was able to generate the key using: