Neal marked gpgkey2ssh as deprecated and mentioned that it will likely be
removed in the future. Currenty it is not documented and does not support ECC.
This article outlines the usefulness of this tool or a usecase to obtain an SSH
Key Format from a Public key:
http://www.gniibe.org/memo/software/ssh/using-gpgkey-for-ssh.html
I also find this useful and wish that it would be replaced by something better
instead of removed without alternative :-)
Imho something like:
"gpg --export-option export-ssh --export aheinecke@intevation.de"
To export an Authentication subkey (and print an error if no key with
Authentication usage exists) using the primary UID as comment would also be great.