summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
blob: cce936665830de5992f40e37f5d47bbf84406481 (plain)
  1. # MonkeySphere system-wide client configuration file.
  2. # This is an sh-style shell configuration file. Variable names should
  3. # be separated from their assignements by a single '=' and no spaces.
  4. # GPG home directory
  5. #GNUPGHOME=~/.gnupg
  6. # GPG keyserver to search for keys
  7. #KEYSERVER=subkeys.pgp.net
  8. # FIXME: consider removing REQUIRED_*_KEY_CAPABILITY entirely from
  9. # this example config, given our discussion
  10. # Required key capabilities
  11. # Must be quoted, lowercase, space-seperated list of the following:
  12. # e = encrypt
  13. # s = sign
  14. # c = certify
  15. # a = authentication
  16. #REQUIRED_HOST_KEY_CAPABILITY="a"
  17. #REQUIRED_USER_KEY_CAPABILITY="a"
  18. # ssh known_hosts file
  19. #KNOWN_HOSTS=~/.ssh/known_hosts
  20. # Whether or not to hash the generated known_hosts lines.
  21. # Should be "true" or "false"
  22. #HASH_KNOWN_HOSTS=true
  23. # ssh authorized_keys file (FIXME: why is this relevant in this file?)
  24. #AUTHORIZED_KEYS=~/.ssh/known_hosts
  25. # check keyservers at every ssh connection:
  26. # This overrides other environment variables (FIXME: what does this mean???)
  27. # NOTE: setting CHECK_KEYSERVER to true will leak information about
  28. # the timing and frequency of your ssh connections to the maintainer
  29. # of the keyserver.
  30. #CHECK_KEYSERVER=true