gpgkey2ssh --help segfaults with assertion failure.
Bug #151917 reported by
Wolfgang Glas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GnuPG2 |
Fix Released
|
Unknown
|
|||
gnupg2 (Debian) |
Fix Released
|
Unknown
|
|||
gnupg2 (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
I discovered the program /usr/bin/gpgkey2ssh and tried to find out, what this program does.
Unfortunately, there no manual page for this program and moreover, if I enter
gpgkey2ssh --help
I get the following result:
gpgkey2ssh: gpgkey2ssh.c:270: main: Assertion `(algorithm_id == 1) || (algorithm_id == 17)' failed.
Aborted (core dumped)
So, I've no chance to find out, what this program is supposed to do for me.
TIA for fixing this issue.
Changed in gnupg2: | |
status: | New → Confirmed |
Changed in gnupg2: | |
status: | Unknown → New |
Changed in gnupg2: | |
status: | Unknown → New |
Changed in gnupg2 (Debian): | |
status: | New → Confirmed |
Changed in gnupg2: | |
status: | New → Incomplete |
Changed in gnupg2 (Ubuntu): | |
importance: | Undecided → Low |
Changed in gnupg2: | |
status: | Incomplete → Fix Released |
Changed in gnupg2 (Debian): | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
well, apparently the command is used like this:
gpgkey2ssh keyid
so I do this:
gpgkey2ssh $GPGKEY
however, this only prints a dsa public key to stdout, which is not much use if you don't have the corresponding private key.