summaryrefslogtreecommitdiff
path: root/doc/README
blob: 7aa2850656263883b35508156b025f8d2d9366d6 (plain)
  1. Monkeysphere User README
  2. ========================
  3. As a regular user on a system where the monkeysphere package is
  4. installed, you probably want to do a few things:
  5. Keeping your keyring up-to-date
  6. -------------------------------
  7. Regularly refresh your GnuPG keyring from the keyservers. This can be
  8. done with a simple cronjob.
  9. FIXME: give an example of a useful cronjob
  10. Keeping your known_hosts file in sync with your keyring
  11. -------------------------------------------------------
  12. With your keyring updated, you want to make sure that openssh can
  13. still see the most recent trusted information about who the various
  14. hosts are:
  15. $ monkeysphere update-known_hosts
  16. Using monkeysphere-ssh-proxycommand(1)
  17. --------------------------------------
  18. FIXME: make a suggestion about how to integrate this in daily use.
  19. Miscellaneous
  20. -------------
  21. For a user to update their monkeysphere authorized_keys file:
  22. $ monkeysphere update-authorized_keys
  23. FIXME: where is this file located? What does this command do?