added more documentation about george, and more TODO notes.
[monkeysphere.git] / doc / TODO
1 Next-Steps Monkeysphere Projects:
2 ---------------------------------
3
4 Detail advantages of monkeysphere: detail the race conditions in ssh,
5    and how the monkeysphere can help you reduce these threat vectors:
6    threat model reduction diagrams.
7
8 Determine how openssh handles multiple processes writing to
9    known_hosts/authorized_keys files (lockfile, atomic appends?)
10
11 Handle unverified monkeysphere hosts in such a way that they're not
12    always removed from known_hosts file.  Ask user to lsign the host
13    key?
14
15 Handle multiple hostnames (multiple user IDs?) when generating host
16    keys with gen-key.
17
18 Work out the details (and describe a full use case) for assigning a
19    REVOKER during monkeysphere-server gen_key -- how is this set?  How
20    do we export it so it's available when a second-party revocation is
21    needed?
22
23 Actually enable server hostkey publication.
24
25 Streamline host key generation, publication, verification.  See
26    doc/george/host-key-publication for what dkg went through on
27    2008-06-19
28
29 Streamline authorized_user_ids setup (including question of where
30    authorized_user_ids files should go).  See
31    doc/george/user-id-configuration for what dkg went through on
32    2008-06-19
33
34 Ensure that authorized_user_ids are under as tight control as ssh
35    expects from authorized_keys: we don't want monkeysphere to be a
36    weak link in the filesystem.
37
38 Make sure alternate ports are handled for known_hosts.
39
40 Script to import private key into ssh agent.
41
42 Provide a friendly interactive UI for marginal or failing client-side
43    hostkey verifications.  Handle the common cases smoothly, and
44    provide good debugging info for the unusual cases.
45
46 Make sure onak properly escapes user IDs with colons in them.
47
48 Build a decent, presentable web site for documentation, evangelism,
49    etc.  Include a mention of how to report trouble or concerns.
50
51 Create ssh2openpgp or convert to full-fledged keytrans.
52
53 Resolve the bugs listed in openpgp2ssh(1):BUGS.
54
55 Understand and document alternate trustdb models.
56
57 Understand and document the output of gpg --check-trustdb:
58  gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
59  gpg: depth: 0  valid:   2  signed:  20  trust: 0-, 0q, 0n, 0m, 0f, 2u
60  gpg: depth: 1  valid:  20  signed:  67  trust: 15-, 0q, 1n, 3m, 1f, 0u
61  gpg: next trustdb check due at 2008-10-09
62
63 Understand and document the numeric values between sig! and the keyid
64    in "gpg --check-sigs $KEYID" .  Compare with the details found from
65    "gpg --with-colons --check-sigs $KEYID".  This has to do with trust
66    signatures.
67
68 Fix gpg's documentation to clarify the difference between validity and
69    ownertrust.  Include better documentation for trust signatures.
70
71 Make it easier to do domain-relative ssh host trust signatures with
72    gnupg. (e.g. "i trust Jamie McClelland (keyID 76CC057D) to properly
73    identify ssh servers in the mayfirst.org domain") See:
74    http://tools.ietf.org/html/rfc4880#section-5.2.3.21 and grep for
75    "tsign" in gpg(1).
76
77 Fix the order of questions when user does a tsign in gpg or gpg2.
78
79 File bug against ssh-keygen about how "-R" option removes comments
80    from known_hosts file.
81
82 File bug against ssh-keygen to see if we can get it to write to hash a
83    known_hosts file to/from stdout/stdin.
84
85 Add environment variables sections to man pages.
86
87 Environment variable scoping.
88
89 Move environment variable precedence before conf file.
90
91 When using ssh-proxycommand, if only host keys found are expired or
92    revoked, then output loud warning with prompt, or fail hard.
93
94 Update monkeysphere-ssh-proxycommand man page with new keyserver
95    checking policy info.
96
97 Update monkeysphere-ssh-proxycommand man page with info about
98    no-connect option.