Why invalid format ed25519 key on windows #7074
-
I'm generate key-pair based ed25519 using aws-cli (ec2 console). If i use the above key pair when EC2 is running, an invalid format error occurs when SSH is connected from a Windows. ubuntu@ubuntu:~$ ssh -i aws-mambo.pem ec2-user@xxx
Load key "aws-mambo.pem": invalid format
ec2-user@xxx: Permission denied (publickey,gssapi-keyex,gssapi-with-mic). If i create an ed25519 key pair with Windows' ssh-keygen, you can use both Windows and Linux. I just wonder what the difference between these two is. What should I do to get the relevant information? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @kdevkr, thanks for reaching out and sorry to hear you’re getting invalid format error. Unfortunately, ED25519 keys are not supported for Windows instances as of today as mentioned here.
You can also find more information about creating a key pair in different methods here. Hope you find it helpful! |
Beta Was this translation helpful? Give feedback.
Hi @kdevkr, thanks for reaching out and sorry to hear you’re getting invalid format error. Unfortunately, ED25519 keys are not supported for Windows instances as of today as mentioned here.
You can also find more information about creating a key pair in different methods here. Hope you find it helpful!