GNOME Bugzilla – Bug 715053
SSH key generation is broken
Last modified: 2013-11-23 04:49:43 UTC
SSH key generation is broken since https://github.com/GNOME/seahorse/commit/0688d474c2070873905615f1b2bad876e41d27a0 The for loop in seahorse_ssh_source_file_for_algorithm is no longer entered after i was changed from a guint to a gint, so no file is ever created. We could change it back to a guint, but it might break again. This would be good for a 3.10.2.
Created attachment 261282 [details] [review] Fix SSH key generation Here, i used to be a guint, but was recently changed into a gint to silence a compiler warning. This caused the for loop to terminate without ever iterating.
I went to add a See Also to a downstream bug, and it was already there. :) *** This bug has been marked as a duplicate of bug 715051 ***