summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-server.conf
blob: defb0f7e9b07c6248fe736fa121cfc10d08403d0 (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. # GPG keyserver to search for keys
  5. #KEYSERVER=subkeys.pgp.net
  6. # Path to authorized_user_ids file to process to create
  7. # authorized_keys file. '%h' will be replaced by the home directory
  8. # of the user, and %u will be replaced by the username of the user.
  9. # For purely admin-controlled authorized_user_ids, you might put them
  10. # in /etc/monkeysphere/authorized_user_ids/%u
  11. #AUTHORIZED_USER_IDS="%h/.config/monkeysphere/authorized_user_ids"
  12. # Whether to add user controlled authorized_keys file to
  13. # monkeysphere-generated authorized_keys file. Should be path to file
  14. # where '%h' will be replaced by the home directory of the user or
  15. # '%u' by the username. To not add any user-controlled file, put "-"
  16. # FIXME: this usage of "-" contravenes the normal convention where "-"
  17. # means standard in/out. Why not use "none" or "" instead?
  18. #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"