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