summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-server.conf
blob: 82da49783f91fc3faff6c1fd240af84596efa2b1 (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. #USER_CONTROLLED_AUTHORIZED_KEYS=%h/.ssh/authorized_keys