diff --git a/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_16_cca4abde86a8be5e2919c4738f5bdd0c._comment b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_16_cca4abde86a8be5e2919c4738f5bdd0c._comment new file mode 100644 index 0000000000..2260917b30 --- /dev/null +++ b/doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_16_cca4abde86a8be5e2919c4738f5bdd0c._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 16" + date="2013-04-14T19:04:11Z" + content=""" +Are you guys running Gnome? Using gnome-keyring? + +I found the following highly suspicious code inside gnome-keyring: + +[[!format C \"\"\" + if (!self->directory) + self->directory = g_strdup (\"~/.ssh\"); + self->tracker = gkm_file_tracker_new (self->directory, \"*.pub\", NULL); +\"\"\"]] + +This seems to load *all* keys, as described. Not keys in subdirectories of ~/.ssh/ either. +"""]]