Move to /var/lib/monkeysphere instead of /var/cache/monkeysphere.
[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 # Set whether or not to check keyservers at every monkeysphere
13 # interaction, including all ssh connections if you use the
14 # monkeysphere-ssh-proxycommand.
15 # NOTE: setting CHECK_KEYSERVER to true will leak information about
16 # the timing and frequency of your ssh connections to the maintainer
17 # of the keyserver.
18 #CHECK_KEYSERVER=true
19
20 # ssh known_hosts file
21 #KNOWN_HOSTS=~/.ssh/known_hosts
22
23 # Whether or not to hash the generated known_hosts lines.
24 # Should be "true" or "false"
25 #HASH_KNOWN_HOSTS=true
26
27 # ssh authorized_keys file (FIXME: why is this relevant in this file?)
28 #AUTHORIZED_KEYS=~/.ssh/authorized_keys