summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-server.conf
blob: 269369912e777c3144d10fb5192da9e3b5e5337e (plain)
  1. # Monkeysphere server 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. # User who controls the monkeysphere authentication keyring.
  8. #MONKEYSPHERE_USER=monkeysphere
  9. # Log level. Can be SILENT, ERROR, INFO, DEBUG, in increasing order
  10. # of verbosity.
  11. #LOG_LEVEL=INFO
  12. # Path to authorized_user_ids file to process to create
  13. # authorized_keys file. '%h' will be replaced by the home directory
  14. # of the user, and '%u' will be replaced by the username of the user.
  15. # For purely admin-controlled authorized_user_ids, you might put them
  16. # in /etc/monkeysphere/authorized_user_ids/%u, for instance.
  17. #AUTHORIZED_USER_IDS="%h/.monkeysphere/authorized_user_ids"
  18. # Path to a user controlled authorized_keys file to be added to the
  19. # monkeysphere-generated authorized_keys file. '%h' will be replaced
  20. # by the home directory of the user, and '%u' will by replaced by the
  21. # username of the user. To not add any user-controlled file set this
  22. # variable to be the empty string, "".
  23. #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"