Merge commit 'jrollins/master'
[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 home directory for server
7 #GNUPGHOME=/etc/monkeysphere/gnupg
8
9 # GPG keyserver to search for keys
10 #KEYSERVER=subkeys.pgp.net
11
12 # Required user key capabilities
13 # Must be quoted, lowercase, space-seperated list of the following:
14 #   e = encrypt
15 #   s = sign
16 #   c = certify
17 #   a = authentication
18 #REQUIRED_USER_KEY_CAPABILITY="a"
19
20 # Whether to add user controlled authorized_keys file to
21 # monkeysphere-generated authorized_keys file.  Should be path to file
22 # where '%h' will be replaced by the home directory of the user.
23 # To not add any user-controlled file, put "-"
24 #USER_CONTROLLED_AUTHORIZED_KEYS=%h/.ssh/authorized_keys