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