Merge commit 'dkg/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 # GPG home directory
7 #GNUPGHOME=~/.gnupg
8
9 # GPG keyserver to search for keys
10 #KEYSERVER=subkeys.pgp.net
11
12 # FIXME: consider removing REQUIRED_*_KEY_CAPABILITY entirely from
13 # this example config, given our discussion
14 # Required key capabilities
15 # Must be quoted, lowercase, space-seperated list of the following:
16 #   e = encrypt
17 #   s = sign
18 #   c = certify
19 #   a = authentication
20 #REQUIRED_HOST_KEY_CAPABILITY="a"
21 #REQUIRED_USER_KEY_CAPABILITY="a"
22
23 # ssh known_hosts file
24 #KNOWN_HOSTS=~/.ssh/known_hosts
25
26 # Whether or not to hash the generated known_hosts lines.
27 # Should be "true" or "false"
28 #HASH_KNOWN_HOSTS=true
29
30 # ssh authorized_keys file (FIXME: why is this relevant in this file?)
31 #AUTHORIZED_KEYS=~/.ssh/known_hosts
32
33 # check keyservers at every ssh connection:
34 # This overrides other environment variables (FIXME: what does this mean???)
35 # NOTE: setting CHECK_KEYSERVER to true will leak information about
36 # the timing and frequency of your ssh connections to the maintainer
37 # of the keyserver.
38 #CHECK_KEYSERVER=true