summaryrefslogtreecommitdiff
path: root/doc/TODO
blob: e2fce0e8f7a10f45f4cd43751a835d81a13b905c (plain)
  1. Next-Steps Monkeysphere Projects:
  2. ---------------------------------
  3. Detail advantages of monkeysphere: detail the race conditions in ssh,
  4. and how the monkeysphere can help you reduce these threat vectors:
  5. threat model reduction diagrams.
  6. Determine how openssh handles multiple processes writing to
  7. known_hosts/authorized_keys files (lockfile, atomic appends?)
  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. Handle multiple hostnames (multiple user IDs?) when generating host
  12. keys with gen-key.
  13. Work out the details (and describe a full use case) for assigning a
  14. REVOKER during monkeysphere-server gen_key -- how is this set? How
  15. do we export it so it's available when a second-party revocation is
  16. needed?
  17. Actually enable server hostkey publication.
  18. Streamline host key generation, publication, verification. See
  19. doc/george/host-key-publication for what dkg went through on
  20. 2008-06-19
  21. Streamline authorized_user_ids setup (including question of where
  22. authorized_user_ids files should go). See
  23. doc/george/user-id-configuration for what dkg went through on
  24. 2008-06-19
  25. Ensure that authorized_user_ids are under as tight control as ssh
  26. expects from authorized_keys: we don't want monkeysphere to be a
  27. weak link in the filesystem.
  28. Make sure alternate ports are handled for known_hosts.
  29. Script to import private key into ssh agent.
  30. Provide a friendly interactive UI for marginal or failing client-side
  31. hostkey verifications. Handle the common cases smoothly, and
  32. provide good debugging info for the unusual cases.
  33. Make sure onak properly escapes user IDs with colons in them.
  34. Build a decent, presentable web site for documentation, evangelism,
  35. etc. Include a mention of how to report trouble or concerns.
  36. Create ssh2openpgp or convert to full-fledged keytrans.
  37. Resolve the bugs listed in openpgp2ssh(1):BUGS.
  38. Understand and document alternate trustdb models.
  39. Understand and document the output of gpg --check-trustdb:
  40. gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
  41. gpg: depth: 0 valid: 2 signed: 20 trust: 0-, 0q, 0n, 0m, 0f, 2u
  42. gpg: depth: 1 valid: 20 signed: 67 trust: 15-, 0q, 1n, 3m, 1f, 0u
  43. gpg: next trustdb check due at 2008-10-09
  44. Understand and document the numeric values between sig! and the keyid
  45. in "gpg --check-sigs $KEYID" . Compare with the details found from
  46. "gpg --with-colons --check-sigs $KEYID". This has to do with trust
  47. signatures.
  48. Fix gpg's documentation to clarify the difference between validity and
  49. ownertrust. Include better documentation for trust signatures.
  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. Fix the order of questions when user does a tsign in gpg or gpg2.
  56. File bug against ssh-keygen about how "-R" option removes comments
  57. from known_hosts file.
  58. File bug against ssh-keygen to see if we can get it to write to hash a
  59. known_hosts file to/from stdout/stdin.
  60. Add environment variables sections to man pages.
  61. Environment variable scoping.
  62. Move environment variable precedence before conf file.
  63. When using ssh-proxycommand, if only host keys found are expired or
  64. revoked, then output loud warning with prompt, or fail hard.
  65. Update monkeysphere-ssh-proxycommand man page with new keyserver
  66. checking policy info.
  67. Update monkeysphere-ssh-proxycommand man page with info about
  68. no-connect option.