That’s not a valid key. OpenSSH keys are not arbitrary bytes, they contain at least the type of the certificate used and a hostname.
The fact that this is not a valid key does not mean you need to reverse engineer public keys. By design you can just get a public key with a private one.
Post the output when you run that on the key that was posted.
That’s not a valid key. OpenSSH keys are not arbitrary bytes, they contain at least the type of the certificate used and a hostname.
The fact that this is not a valid key does not mean you need to reverse engineer public keys. By design you can just get a public key with a private one.