summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
blob: 17c1a14f64927efde45d7b157416523a523d2f63 (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="e 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