Merge branch 'master' of webmaster@george.riseup.net:monkeysphere
[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 Handle unverified monkeysphere hosts in such a way that they're not
9    always removed from known_hosts file.  Ask user to lsign the host
10    key?
11
12 Work out the details (and describe a full use case) for assigning a
13    REVOKER during monkeysphere-server gen_key -- how is this set?  How
14    do we export it so it's available when a second-party revocation is
15    needed?
16
17 Ensure that authorized_user_ids are under as tight control as ssh
18    expects from authorized_keys: we don't want monkeysphere to be a
19    weak link in the filesystem.
20
21 Consider the default permissions for
22    /var/lib/monkeysphere/authorized_keys/* (and indeed the whole
23    directory path leading up to that)
24
25 Make sure alternate ports are handled for known_hosts.
26
27 Script to import private key into ssh agent.
28
29 Provide a friendly interactive UI for marginal or failing client-side
30    hostkey verifications.  Handle the common cases smoothly, and
31    provide good debugging info for the unusual cases.
32
33 Make sure onak properly escapes user IDs with colons in them.
34
35 Indicate on web site how to report trouble or concerns, and how to
36    join the project.
37
38 Clean up the style for the web site (pages, icons, etc).
39
40 Create ssh2openpgp or convert to full-fledged keytrans.
41
42 Resolve the bugs listed in openpgp2ssh(1):BUGS.
43
44 Document alternate trustdb models.
45
46 Understand and document the output of gpg --check-trustdb:
47  gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
48  gpg: depth: 0  valid:   2  signed:  20  trust: 0-, 0q, 0n, 0m, 0f, 2u
49  gpg: depth: 1  valid:  20  signed:  67  trust: 15-, 0q, 1n, 3m, 1f, 0u
50  gpg: next trustdb check due at 2008-10-09
51
52 Understand and document the numeric values between sig! and the keyid
53    in "gpg --check-sigs $KEYID" .  Compare with the details found from
54    "gpg --with-colons --check-sigs $KEYID".  This has to do with trust
55    signatures.
56
57 Fix gpg's documentation to clarify the difference between validity and
58    ownertrust.  Include better documentation for trust signatures.
59
60 Make it easier to do domain-relative ssh host trust signatures with
61    gnupg. (e.g. "i trust Jamie McClelland (keyID 76CC057D) to properly
62    identify ssh servers in the mayfirst.org domain") See:
63    http://tools.ietf.org/html/rfc4880#section-5.2.3.21 and grep for
64    "tsign" in gpg(1).
65
66 Fix the order of questions when user does a tsign in gpg or gpg2.
67
68 File bug against ssh-keygen about how "-R" option removes comments
69    from known_hosts file.
70
71 File bug against ssh-keygen to see if we can get it to write to hash a
72    known_hosts file to/from stdout/stdin.
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 File bug against seahorse about how, when creating new primary keys,
78    it presents option for "RSA (sign only)" but then creates an "esca"
79    key.
80
81 File bug against enigmail about lack of ability to create subkeys.
82
83 Test and document what happens when any filesystem that the
84    monkeysphere-server relies on and modifies (/tmp, /etc, and /var?)
85    fills up.
86
87 Optimize keyserver access, particularly on monkeysphere-server
88    update-users -- is there a way to query the keyserver all in a
89    chunk?
90
91 Create DSA authentication subkey for server during gen-key
92
93 Fix behavior when add-identity-certifier fails to fetch a key from the
94    keyserver.
95
96 Allow server administrators to add-identity-certifier from a key in
97    the filesystem (or on stdin, etc)