After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 355163 - SSH keys not selected on import
SSH keys not selected on import
Status: RESOLVED WONTFIX
Product: seahorse
Classification: Applications
Component: general
git master
Other Linux
: Normal minor
: 2.28.0
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2006-09-09 17:43 UTC by Stef Walter
Modified: 2012-03-15 09:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stef Walter 2006-09-09 17:43:33 UTC
When importing PGP keys the selected keys are selected in the key manager. This should also be the case for SSH keys. The problem is due to the fact that the import operation doesn't return the keys that it imported.
Comment 1 Adam Schreiber 2006-10-05 21:58:12 UTC
Should import_result_cb in libseahorse/seahorse-ssh-operation.c simply be changed to return a lit of keys like prepare_import_results of libseahorse/seahorse-pgp-source.c or should a results signal be added to the SeahorseSSHOperation to call a similar function in libseahorse/seahorse-ssh-source.c?
Comment 2 André Klapper 2009-08-31 17:16:31 UTC
Removing gnome-target from a report that has been open for years.
I set the Target milestone though - guess that's what you wanted...
Comment 3 Stef Walter 2012-03-15 09:58:50 UTC
We now display the key to be imported before we import it, so this is no longer needed.