summaryrefslogtreecommitdiff
path: root/etc/authentication/config
blob: c9b57d294c0fc004e5ce7f2ed8898da6af52eee0 (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. # User who controls the monkeysphere 'sphere' keyring.
  11. #MONKEYSPHERE_USER=monkeysphere
  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. Setting this variable to 'none' prevents the
  22. # inclusion of user controlled authorized_keys file.
  23. # RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"