7aa2850656263883b35508156b025f8d2d9366d6
[monkeysphere.git] / doc / README
1 Monkeysphere User README
2 ========================
3
4 As a regular user on a system where the monkeysphere package is
5 installed, you probably want to do a few things:
6
7 Keeping your keyring up-to-date
8 -------------------------------
9
10 Regularly refresh your GnuPG keyring from the keyservers.  This can be
11 done with a simple cronjob.
12
13 FIXME: give an example of a useful cronjob
14
15
16 Keeping your known_hosts file in sync with your keyring
17 -------------------------------------------------------
18
19 With your keyring updated, you want to make sure that openssh can
20 still see the most recent trusted information about who the various
21 hosts are:
22
23 $ monkeysphere update-known_hosts
24
25
26 Using monkeysphere-ssh-proxycommand(1)
27 --------------------------------------
28
29 FIXME: make a suggestion about how to integrate this in daily use.
30
31
32 Miscellaneous
33 -------------
34
35 For a user to update their monkeysphere authorized_keys file:
36
37 $ monkeysphere update-authorized_keys
38
39 FIXME: where is this file located?  What does this command do?