Major rework to remove all caching. Everything processed straight
[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 # Required 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_HOST_KEY_CAPABILITY="e a"
19 #REQUIRED_USER_KEY_CAPABILITY="a"
20
21 # ssh known_hosts file
22 #KNOWN_HOSTS=~/.ssh/known_hosts
23
24 # Whether or not to hash the generated known_hosts lines.
25 # Should be "true" or "false"
26 #HASH_KNOWN_HOSTS=true
27
28 # ssh authorized_keys file
29 #AUTHORIZED_KEYS=~/.ssh/known_hosts