diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-16 02:39:51 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-11-16 02:39:51 -0500 |
commit | d056cc64effacd7936fddb6e696957868fff7eed (patch) | |
tree | 92c55e226858059c9692411f57b1db48b73c4414 /website | |
parent | 11e3f75a105d37cc113abe8f19e29ed1d9d90155 (diff) |
feedback on useful-information bug.
Diffstat (limited to 'website')
-rw-r--r-- | website/bugs/useful-information.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/website/bugs/useful-information.mdwn b/website/bugs/useful-information.mdwn index 0750354..62094bb 100644 --- a/website/bugs/useful-information.mdwn +++ b/website/bugs/useful-information.mdwn @@ -8,3 +8,17 @@ time seems to the monkeysphere very similar to a key re-added ten seconds after last login. Still, from a UI perspective, I want to know what monkeysphere is doing. + +------ + +It looks like jrollins committed a change for reporting at INFO level +when a host key gets added by the monkeysphere: +2459fa3ea277d7b9289945748619eab1e3441e5c + +When i connect to a host whose key is not already present in my +known_hosts file, i get the following to stderr: + + ms: * new key for squeak.fifthhorseman.net added to known_hosts file. + +This doesn't fully close this bug, because we aren't notifying on key +deletion, afaict. |