From 327287655772580f8cbd4d8ebde690028283ecd8 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 14 Apr 2013 19:04:11 +0000 Subject: [PATCH] Added a comment --- ...6_cca4abde86a8be5e2919c4738f5bdd0c._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/The_restricted_ssh_key_pair_makes_password_login___40__nearly__41___impossible/comment_16_cca4abde86a8be5e2919c4738f5bdd0c._comment 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. +"""]]