summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-server.conf
blob: 3c16c5fe112690a3ec1f9d467d92ad300bf3a9c0 (plain)
  1. # MonkeySphere server configuration file.
  2. # GPG home directory for server
  3. #GNUPGHOME=/etc/monkeysphere/gnupg
  4. # GPG keyserver to search for keys
  5. #KEYSERVER=subkeys.pgp.net
  6. # Required key capabilities
  7. # Must be quoted, lowercase, space-seperated list of the following:
  8. # e = encrypt
  9. # s = sign
  10. # c = certify
  11. # a = authentication
  12. #REQUIRED_KEY_CAPABILITY="e a"
  13. # Whether to add user controlled authorized_keys file to
  14. # monkeysphere-generated authorized_keys file. Should be path to file
  15. # where '%h' will be substituted for the user's home directory.
  16. #USER_CONTROLLED_AUTHORIZED_KEYS=%h/.ssh/authorized_keys