Added a comment

This commit is contained in:
http://joeyh.name/ 2013-04-14 19:04:11 +00:00 committed by admin
parent e219c83395
commit 3272876557

View file

@ -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.
"""]]