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