summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
blob: f2ba4a78c12c6b0e8377ac4d27da1d9e51d3ab4b (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. # Required key capabilities
  9. # Must be quoted, lowercase, space-seperated list of the following:
  10. # e = encrypt
  11. # s = sign
  12. # c = certify
  13. # a = authentication
  14. #REQUIRED_HOST_KEY_CAPABILITY="a"
  15. #REQUIRED_USER_KEY_CAPABILITY="a"
  16. # ssh known_hosts file
  17. #KNOWN_HOSTS=~/.ssh/known_hosts
  18. # Whether or not to hash the generated known_hosts lines.
  19. # Should be "true" or "false"
  20. #HASH_KNOWN_HOSTS=true
  21. # ssh authorized_keys file
  22. #AUTHORIZED_KEYS=~/.ssh/known_hosts
  23. # This overrides other environment variables
  24. # NOTE: there is leakage
  25. #CHECK_KEYRING=true