62094bb2dbcbc5a641a16bedc5adb98e1eab3ebe
[monkeysphere.git] / website / bugs / useful_information.mdwn
1 I would like to know, at INFO (default) log level, when the 
2 monkeyspehere makes a "real" modification to my known_hosts file; that 
3 is, when it adds or deletes a key.
4
5 Apparently this is hard because monkeysphere is currently configured to 
6 delete all keys and then add good keys, so a key added for the first 
7 time seems to the monkeysphere very similar to a key re-added ten 
8 seconds after last login.
9
10 Still, from a UI perspective, I want to know what monkeysphere is doing.
11
12 ------
13
14 It looks like jrollins committed a change for reporting at INFO level
15 when a host key gets added by the monkeysphere:
16 2459fa3ea277d7b9289945748619eab1e3441e5c
17
18 When i connect to a host whose key is not already present in my
19 known_hosts file, i get the following to stderr:
20
21     ms: * new key for squeak.fifthhorseman.net added to known_hosts file.
22
23 This doesn't fully close this bug, because we aren't notifying on key
24 deletion, afaict.