Displaying 1 result from an estimated 1 matches for "cavanaug_x509".
2010 Apr 02
3
[Bug 1749] New: ssh-keygen cant "import" a generic x509 rsa public key
...w+public at gmail.com
Created an attachment (id=1827)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1827)
pubkey2ssh
I think this is part defect part enhancement.
Defect Part
===========
I have a public key generated via
prompt> openssl x509 -in cavanaug.x509 -pubkey -noout >
cavanaug_x509.pub
that I would like to have ssh-keygen convert to an openssh public key
format.
prompt> ssh-keygen -i -f cavanaug_x509.pub
buffer_get_string_ret: bad string length 813826338
key_from_blob: can't read key type
decode blob failed.
prompt> cat cavanaug_x509.pub
-----BEGIN PUBLIC KEY--...