Add some skeletal debian packaging stuff and man pages, and moved conf
[monkeysphere.git] / etc / monkeysphere.conf
1 # MonkeySphere system-wide client configuration file.
2
3 # authorized_user_ids file
4 #AUTHORIZED_USER_IDS=~/.config/monkeysphere/authorized_user_ids
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_KEY_CAPABILITY="e a"
19
20 # Path to user-controlled authorized_keys file to add to
21 # Monkeysphere-generated authorized_keys file. If empty, then no
22 # user-controlled file will be added.
23 #USER_CONTROLLED_AUTHORIZED_KEYS=~/.ssh/authorized_keys
24
25 # User known_hosts file
26 #USER_KNOWN_HOSTS=~/.ssh/known_hosts
27
28 # Whether or not to hash the generated known_hosts lines
29 # (empty mean "no").
30 #HASH_KNOWN_HOSTS=
31