diff options
author | mike castleman <m@mlcastle.net> | 2008-11-17 03:00:13 -0500 |
---|---|---|
committer | mike castleman <m@mlcastle.net> | 2008-11-17 03:00:13 -0500 |
commit | 2d4d7735c039f2e8623771c5b7ead05aa85831ec (patch) | |
tree | 166c1f420d59a1c62b3f5051d79222c6a13b7ccf /website/bugs | |
parent | a96625fb216143164f12191526939f4c0afcd5a9 (diff) | |
parent | f7dfcead0281c9f6dd26908f76282efc843a7e52 (diff) |
Merge commit 'web/master'
Diffstat (limited to 'website/bugs')
-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. |