clarifying defaults for CHECK_KEYSERVER in monkeysphere.conf
[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 assignments by a single '=' and no spaces.
5 # Environment variables with the same names as these variables but
6 # prefaced by "MONKEYSPHERE_" will take precedence over the values
7 # specified here.
8
9 # Log level.  Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
10 # increasing order of verbosity.
11 #LOG_LEVEL=INFO
12
13 # GPG home directory.  If not specified either here or in the
14 # MONKEYSPHERE_GNUPGHOME environment variable, then the value of the
15 # GNUPGHOME environment variable will be used.  If GNUPGHOME is not
16 # set either, then the default value is listed below.
17 #GNUPGHOME=~/.gnupg
18
19 # GPG keyserver to search for keys.
20 #KEYSERVER=pool.sks-keyservers.net
21
22 # Set whether or not to check keyservers at every monkeysphere
23 # interaction, including all ssh connections if you use the
24 # monkeysphere ssh-proxycommand.  Leave unset for default behavior
25 # (see KEYSERVER CHECKING in monkeysphere(1)), or set to true or false.
26 # NOTE: setting CHECK_KEYSERVER to true will leak information about
27 # the timing and frequency of your ssh connections to the maintainer
28 # of the keyserver.
29 #CHECK_KEYSERVER=
30
31 # The path to the SSH known_hosts file.
32 #KNOWN_HOSTS=~/.ssh/known_hosts
33
34 # Whether or not to hash the generated known_hosts lines.
35 # Should be "true" or "false".
36 #HASH_KNOWN_HOSTS=true
37
38 # The path to the SSH authorized_keys file.
39 #AUTHORIZED_KEYS=~/.ssh/authorized_keys
40
41 # Set to true to enable validation agent during X session startup
42 # where available.
43 #USE_VALIDATION_AGENT=false