Added a comment
This commit is contained in:
parent
e219c83395
commit
3272876557
1 changed files with 18 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue