summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
blob: 003ecf689591c2b61440158564afac854a900e88 (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. # authorized_user_ids file
  5. #AUTHORIZED_USER_IDS=~/.config/monkeysphere/authorized_user_ids
  6. # GPG home directory
  7. #GNUPGHOME=~/.gnupg
  8. # GPG keyserver to search for keys
  9. #KEYSERVER=subkeys.pgp.net
  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="e a"
  17. #REQUIRED_USER_KEY_CAPABILITY="a"
  18. # Path to user-controlled authorized_keys file to add to
  19. # Monkeysphere-generated authorized_keys file.
  20. # To not add any user-controlled file, put "-"
  21. #USER_CONTROLLED_AUTHORIZED_KEYS=~/.ssh/authorized_keys
  22. # User known_hosts file
  23. #USER_KNOWN_HOSTS=~/.ssh/known_hosts
  24. # Whether or not to hash the generated known_hosts lines.
  25. # Should be "true" or "false"
  26. #HASH_KNOWN_HOSTS=true