summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-server.conf
blob: 15f43b1aeb2f5f0ea0f0d3115f76ae558d1308bb (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. # Environement variables with the same names as these variables but
  5. # prefeced by "MONKEYSPHERE_" will take precedence over the values
  6. # specified here.
  7. # GPG keyserver to search for keys.
  8. #KEYSERVER=subkeys.pgp.net
  9. # Path to authorized_user_ids file to process to create
  10. # authorized_keys file. '%h' will be replaced by the home directory
  11. # of the user, and %u will be replaced by the username of the user.
  12. # For purely admin-controlled authorized_user_ids, you might put them
  13. # in /etc/monkeysphere/authorized_user_ids/%u
  14. #AUTHORIZED_USER_IDS="%h/.config/monkeysphere/authorized_user_ids"
  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 or
  18. # '%u' by the username. To not add any user-controlled file, put "-"
  19. # FIXME: this usage of "-" contravenes the normal convention where "-"
  20. # means standard in/out. Why not use "none" or "" instead?
  21. #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"
  22. # User who controls the monkeysphere authentication keyring.
  23. #MONKEYSPHERE_USER=monkeysphere