summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-authentication.conf
blob: cd6ed0f079a508fc7558912e847c6acbd4556623 (plain)
  1. # Monkeysphere authentication configuration file.
  2. # This is an sh-style shell configuration file. Variable names should
  3. # be separated from their assignments by a single '=' and no spaces.
  4. # Environment variables with the same names as these variables but
  5. # prefaced by "MONKEYSPHERE_" will take precedence over the values
  6. # specified here.
  7. # Log level. Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
  8. # increasing order of verbosity.
  9. #LOG_LEVEL=INFO
  10. # OpenPGP keyserver
  11. #KEYSERVER=pool.sks-keyservers.net
  12. # User who controls the monkeysphere 'sphere' keyring.
  13. #MONKEYSPHERE_USER=monkeysphere
  14. # Whether or not to query keyservers by default
  15. #CHECK_KEYSERVER=true
  16. # Path to authorized_user_ids file to process to create
  17. # authorized_keys file. '%h' will be replaced by the home directory
  18. # of the user, and '%u' will be replaced by the username of the user.
  19. # For purely admin-controlled authorized_user_ids, you might put them
  20. # in /etc/monkeysphere/authorized_user_ids/%u, for instance.
  21. #AUTHORIZED_USER_IDS="%h/.monkeysphere/authorized_user_ids"
  22. # Path to a user controlled authorized_keys file to be added to the
  23. # monkeysphere-generated authorized_keys file. '%h' will be replaced
  24. # by the home directory of the user, and '%u' will by replaced by the
  25. # username of the user. Setting this variable to 'none' prevents the
  26. # inclusion of user controlled authorized_keys file.
  27. #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"