Move to /var/lib/monkeysphere instead of /var/cache/monkeysphere.
[monkeysphere.git] / etc / monkeysphere-server.conf
1 # MonkeySphere server configuration file.
2
3 # This is an sh-style shell configuration file.  Variable names should
4 # be separated from their assignements by a single '=' and no spaces.
5
6 # GPG keyserver to search for keys
7 #KEYSERVER=subkeys.pgp.net
8
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
16 # Whether to add user controlled authorized_keys file to
17 # monkeysphere-generated authorized_keys file.  Should be path to file
18 # where '%h' will be replaced by the home directory of the user or
19 # '%u' by the username.  To not add any user-controlled file, put "-"
20 # FIXME: this usage of "-" contravenes the normal convention where "-"
21 # means standard in/out.  Why not use "none" or "" instead?
22 #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"