2648fa963d2d28f4da0e5d792c5e9b2cc057a814
[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 # Environement variables with the same names as these variables but
6 # prefeced by "MONKEYSPHERE_" will take precedence over the values
7 # specified here.
8
9 # GPG home directory.  If not specified either here or in the
10 # MONKEYSPHERE_GNUPGHOME environment variable, then the value of the
11 # GNUPGHOME environment variable will be used.  If GNUPGHOME is not
12 # set either, then the default value is listed below.
13 # GNUPGHOME=~/.gnupg
14
15 # GPG keyserver to search for keys.
16 #KEYSERVER=subkeys.pgp.net
17
18 # Set whether or not to check keyservers at every monkeysphere
19 # interaction, including all ssh connections if you use the
20 # monkeysphere-ssh-proxycommand.
21 # NOTE: setting CHECK_KEYSERVER to true will leak information about
22 # the timing and frequency of your ssh connections to the maintainer
23 # of the keyserver.
24 #CHECK_KEYSERVER=true
25
26 # The path to the SSH known_hosts file.
27 #KNOWN_HOSTS=~/.ssh/known_hosts
28
29 # Whether or not to hash the generated known_hosts lines.
30 # Should be "true" or "false".
31 #HASH_KNOWN_HOSTS=true
32
33 # The path to the SSH authorized_keys file.
34 #AUTHORIZED_KEYS=~/.ssh/authorized_keys