Hey there all,
I have a simple question. Would it be possible to have the openssl asn1parse tools and the like be able to show the details in openssh private key formats? There are data blocks in the private key (including an unencrypted copy of the public key -- which I believe s sent during ssh session setup), and unless you know this and can print it out, it's non-obvious.
This might also be useful in an audit scenario, where you wanted to look to ensure that users had no keys with no password set.
It's ASN-1 encoded with base64, but the tools included with openssl don't properly decode them, and openssh themselves have no such tools to do so. It makes sense that if there's one "can-opener" that can handle these, it should be forgiving of this weird format.
-Dan
(Apologies I am not using my normal email addresses, google groups seems to really want a gmail address, and I'm not letting google have one from my own domain)