summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-server.conf
blob: 3915bf46f4168d7c1a25e89148920c75566e3f66 (plain)
  1. # MonkeySphere server 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 for server
  5. #GNUPGHOME=/etc/monkeysphere/gnupg
  6. # GPG keyserver to search for keys
  7. #KEYSERVER=subkeys.pgp.net
  8. # Required user 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_USER_KEY_CAPABILITY="a"
  15. # Whether to add user controlled authorized_keys file to
  16. # monkeysphere-generated authorized_keys file. Should be path to file
  17. # where '%h' will be replaced by the home directory of the user.
  18. # To not add any user-controlled file, put "-"
  19. #USER_CONTROLLED_AUTHORIZED_KEYS=%h/.ssh/authorized_keys