search for: sshpk

Displaying 1 result from an estimated 1 matches for "sshpk".

Did you mean: sshp
2020 Jul 18
10
[Bug 3195] New: ssh-keygen unable to convert ED25519 public keys
...e SSH public key to put on authorized_keys: ssh-keygen -i -m PKCS8 -f public_ed25519.pem The error was: do_convert_from_pkcs8: unsupported pubkey type 1087 So I think ssh-keygen can't convert a ED25519 public key. The expected result was something like: ssh-ed25519 AAAA... I found a tool called sshpk (https://www.npmjs.com/package/sshpk) which converts correctly: sshpk-conv public_ed25519.pem -t ssh The output is what I should expect. -- You are receiving this mail because: You are watching the assignee of the bug.