Merge commit 'micah/master'
[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 file (atomic appends?)
10
11 Handle unknown hosts in such a way that they're not always removed
12    from known_hosts file.  Ask user to lsign the host key?
13
14 Handle multiple hostnames (multiple user IDs?) when generating host
15    keys with gen-key.
16
17 Make sure alternate ports are handled for known_hosts.
18
19 Script to import private key into ssh agent.
20
21 Provide a friendly interactive UI for marginal or failing client-side
22    hostkey verifications.  Handle the common cases smoothly, and
23    provide good debugging info for the unusual cases.
24
25 Make sure onak properly escapes user IDs with colons in them.
26
27 Build a decent, presentable web site for documentation, evangelism,
28    etc.  Include a mention of how to report trouble or concerns.
29
30 Create ssh2openpgp or convert to full-fledged keytrans.
31
32 Resolve the bugs listed in openpgp2ssh(1):BUGS.
33
34 Understand and document alternate trustdb models.
35
36 Understand and document the output of gpg --check-trustdb:
37  gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
38  gpg: depth: 0  valid:   2  signed:  20  trust: 0-, 0q, 0n, 0m, 0f, 2u
39  gpg: depth: 1  valid:  20  signed:  67  trust: 15-, 0q, 1n, 3m, 1f, 0u
40  gpg: next trustdb check due at 2008-10-09
41
42 Understand and document the numeric values between sig! and the keyid
43    in "gpg --check-sigs $KEYID" .  Compare with the details found from
44    "gpg --with-colons --check-sigs $KEYID".  This has to do with trust
45    signatures.
46
47 Fix gpg's documentation to clarify the difference between validity and
48    ownertrust.  Include better documentation for trust signatures.
49
50 Make it easier to do domain-relative ssh host trust signatures with
51    gnupg. (e.g. "i trust Jamie McClelland (keyID 76CC057D) to properly
52    identify ssh servers in the mayfirst.org domain") See:
53    http://tools.ietf.org/html/rfc4880#section-5.2.3.21 and grep for
54    "tsign" in gpg(1).
55
56 Fix the order of questions when user does a tsign in gpg or gpg2.
57
58 File bug against ssh-keygen about how "-R" option removes comments
59    from known_hosts file.
60
61 File bug against ssh-keygen to see if we can get it to write to hash a
62    known_hosts file to/from stdout/stdin.
63
64 Note all threat model reductions (with diagrams).
65
66 Add environment variables sections to man pages.
67
68 Environment variable scoping.
69
70 Move environment variable precedence before conf file.
71
72 Handle lockfiles when modifying known_hosts or authorized_keys.
73
74 When using ssh-proxycommand, if only host keys found are expired or
75    revoked, then output loud warning with prompt, or fail hard.
76
77 Update monkeysphere-ssh-proxycommand man page with new keyserver
78    checking policy info.
79
80 Update monkeysphere-ssh-proxycommand man page with info about
81    no-connect option.