summaryrefslogtreecommitdiff
path: root/monkeysphere.conf
blob: a54b6bdb016da8d38be6aeef083800e26d3e36c3 (plain)
  1. # monkeysphere system configuration file
  2. # This is particular configuration is meant to be sourced by the
  3. # rhesus shell script when run in administrative mode to maintain
  4. # authorized_keys files for users.
  5. AUTH_USER_FILE=/etc/monkeysphere/auth_user_ids/"$USER"
  6. STAGING_AREA=/var/lib/monkeysphere/stage/"$USER"
  7. # gpg home directory for server
  8. GNUPGHOME=/etc/monkeysphere/gnupg
  9. # gpg keyserver to search for keys
  10. KEYSERVER=subkeys.pgp.net
  11. # acceptable key capabilities for user keys
  12. # can be any combination of:
  13. # e = encrypt
  14. # s = sign
  15. # c = certify
  16. # a = authentication
  17. REQUIRED_KEY_CAPABILITY='sca'