summaryrefslogtreecommitdiff
path: root/doc/TODO
blob: bf51ae0c8cdba2b40f09464e6ea68ce41d6c38f5 (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 multiple hostnames (multiple user IDs?) when
  11. generating host keys with gen-key.
  12. Make sure alternate ports are handled for known_hosts.
  13. Add environment variables sections to man pages.
  14. Script to import private key into ssh agent.
  15. Provide a friendly interactive UI for marginal or failing client-side
  16. hostkey verifications. Handle the common cases smoothly, and
  17. provide good debugging info for the unusual cases.
  18. Make sure onak properly escapes user IDs with colons in them.
  19. Build a decent, presentable web site for documentation, evangelism,
  20. etc. Include a mention of how to report trouble or concerns.
  21. Create ssh2openpgp or convert to full-fledged keytrans.
  22. Resolve the bugs listed in openpgp2ssh(1):BUGS.
  23. Understand and document alternate trustdb models.
  24. Understand and document the output of gpg --check-trustdb:
  25. gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
  26. gpg: depth: 0 valid: 2 signed: 20 trust: 0-, 0q, 0n, 0m, 0f, 2u
  27. gpg: depth: 1 valid: 20 signed: 67 trust: 15-, 0q, 1n, 3m, 1f, 0u
  28. gpg: next trustdb check due at 2008-10-09
  29. Understand and document the numeric values between sig! and the keyid
  30. in "gpg --check-sigs $KEYID" . Compare with the details found from
  31. "gpg --with-colons --check-sigs $KEYID". This has to do with trust
  32. signatures.
  33. Fix gpg's documentation to clarify the difference between validity and
  34. ownertrust. Include better documentation for trust signatures.
  35. Make it easier to do domain-relative ssh host trust signatures with
  36. gnupg. (e.g. "i trust Jamie McClelland (keyID 76CC057D) to properly
  37. identify ssh servers in the mayfirst.org domain") See:
  38. http://tools.ietf.org/html/rfc4880#section-5.2.3.21 and grep for
  39. "tsign" in gpg(1).
  40. Fix the order of questions when user does a tsign in gpg or gpg2.