9a7f4d209ea66e139a58088c80014901aa363b98
[monkeysphere.git] / doc / george / user-id-configuration
1 2008-06-19 03:00:58-0400
2 ------------------------
3
4 setting up authorized_user_id configuration on george was also more
5 cumbersome than it needs to be.  Here's what i (dkg) did:
6
7 monkeysphere-server trust-keys 0EE5BE979282D80B9F7540F1CCD2ED94D21739E9
8
9 monkeysphere-server update-user-userids dkg 'Daniel Kahn Gillmor <dkg@fifthhorseman.net>'
10 monkeysphere-server update-user-userids jrollins 'Jameson Rollins <jrollins@fifthhorseman.net>'
11 monkeysphere-server update-user-userids micah 'Micah Anderson <micah@riseup.net>' 
12 monkeysphere-server update-user-userids mjgoins 'Matthew Goins <mjgoins@openflows.com>'
13 monkeysphere-server update-user-userids ross 'Ross Glover <ross@ross.mayfirst.org>'
14 monkeysphere-server update-user-userids jamie 'Jamie McClelland <jamie@mayfirst.org>'
15 monkeysphere-server update-user-userids mlcastle 'mike castleman <m@mlcastle.net>'
16 monkeysphere-server update-user-userids enw 'Elliot Winard <enw@caveteen.com>'
17 monkeysphere-server update-user-userids greg 'Greg Lyle <greg@stealthisemail.com>' 
18
19
20 then i added a scheduled:
21
22   monkeysphere-server update-users
23
24 to run hourly via /etc/crontab
25
26 and made sure that root's keys were working with a temporary symlink
27 (see TODO about that business)
28
29 and then modified /etc/ssh/sshd_config with:
30
31  AuthorizedKeysFile      /var/cache/monkeysphere/authorized_keys/%u
32
33
34 Some outstanding questions:
35
36  * Should we ship a scheduled monkeysphere-server update-users cron
37    job automatically?
38
39  * why was i not prompted to confirm the trust-keys line, which seems
40    like the most delicate/sensitive line of all of them?