Export of keys and keyrings is not available
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
seahorse |
New
|
Undecided
|
Unassigned | ||
seahorse (Ubuntu) |
Confirmed
|
Low
|
Unassigned |
Bug Description
Binary package hint: seahorse
When I try to export key or keyring, the menu is grayed out. Thus I cannot make backups of my keys.
That would be only a inconvenience, if I could just backup keys by copying seahorse configuration directory. I guess I can do that, if only I knew, where it actually is. It is certainly NOT .gnupg, because when I delete it (in recovery mode, as root), the keys are still there and .gnupg folder is as good as new.
It would be very nice to do something about this. When I made a keyring and put all my brand new passwords there, the seahorse somehow managed to lose all keys in it.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: seahorse 2.29.91-0ubuntu1
ProcVersionSign
Uname: Linux 2.6.32-17-generic i686
Architecture: i386
Date: Sun Mar 28 11:06:43 2010
ExecutablePath: /usr/bin/seahorse
InstallationMedia: Ubuntu 10.04 "Lucid Lynx" - Alpha i386 (20091203)
ProcEnviron:
LANG=lv_LV.utf8
SHELL=/bin/bash
SourcePackage: seahorse
tags: | added: amd64 natty precise trusty |
Changed in seahorse (Ubuntu): | |
status: | Incomplete → Confirmed |
You might be able to backup your keys with the command:
gpg --export
or
gpg --export-secret-key
From man gpg:
STDOUT or to the file given with option --output. Use together
"--export Either export all keys from all keyrings (default keyrings and
those registered via option --keyring), or if at least one name
is given, those of the given name. The new keyring is written to
with --armor to mail those keys."