summaryrefslogtreecommitdiff
path: root/etc/monkeysphere.conf
blob: 385165a28a83e99e1d224999a747e9cc7029a76e (plain)
  1. # MonkeySphere system-wide client configuration file.
  2. # authorized_user_ids file
  3. #AUTHORIZED_USER_IDS=~/.config/monkeysphere/authorized_user_ids
  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_KEY_CAPABILITY="e a"
  15. # Path to user-controlled authorized_keys file to add to
  16. # Monkeysphere-generated authorized_keys file. If empty, then no
  17. # user-controlled file will be added.
  18. #USER_CONTROLLED_AUTHORIZED_KEYS=~/.ssh/authorized_keys
  19. # User known_hosts file
  20. #USER_KNOWN_HOSTS=~/.ssh/known_hosts
  21. # Whether or not to hash the generated known_hosts lines
  22. # (empty mean "no").
  23. #HASH_KNOWN_HOSTS=