Merge commit 'jrollins/master'
[monkeysphere.git] / etc / monkeysphere.conf
1 # MonkeySphere system-wide client 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 # authorized_user_ids file
7 #AUTHORIZED_USER_IDS=~/.config/monkeysphere/authorized_user_ids
8
9 # GPG home directory
10 #GNUPGHOME=~/.gnupg
11
12 # GPG keyserver to search for keys
13 #KEYSERVER=subkeys.pgp.net
14
15 # Required key capabilities
16 # Must be quoted, lowercase, space-seperated list of the following:
17 #   e = encrypt
18 #   s = sign
19 #   c = certify
20 #   a = authentication
21 #REQUIRED_HOST_KEY_CAPABILITY="e a"
22 #REQUIRED_USER_KEY_CAPABILITY="a"
23
24 # Path to user-controlled authorized_keys file to add to
25 # Monkeysphere-generated authorized_keys file.
26 # To not add any user-controlled file, put "-"
27 #USER_CONTROLLED_AUTHORIZED_KEYS=~/.ssh/authorized_keys
28
29 # User known_hosts file
30 #USER_KNOWN_HOSTS=~/.ssh/known_hosts
31
32 # Whether or not to hash the generated known_hosts lines.
33 # Should be "true" or "false"
34 #HASH_KNOWN_HOSTS=true