summaryrefslogtreecommitdiff
path: root/etc/monkeysphere-server.conf
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-15 11:46:07 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-15 11:46:07 -0400
commit07cb14cdb80ef060e63ba2713ef70b67db9f5783 (patch)
treecfb36b344138aa1ecf2e1cef721d7bd1b11b6daf /etc/monkeysphere-server.conf
parentfa49fb68ca77761682fd4547debfabda403f0212 (diff)
Separate required key capability variables for users and hosts.
Change default for user to be "a", and host to be "e a".
Diffstat (limited to 'etc/monkeysphere-server.conf')
-rw-r--r--etc/monkeysphere-server.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/monkeysphere-server.conf b/etc/monkeysphere-server.conf
index 3c16c5f..82da497 100644
--- a/etc/monkeysphere-server.conf
+++ b/etc/monkeysphere-server.conf
@@ -1,20 +1,23 @@
# MonkeySphere server configuration file.
+# This is an sh-style shell configuration file. Variable names should
+# be separated from their assignements by a single '=' and no spaces.
+
# GPG home directory for server
#GNUPGHOME=/etc/monkeysphere/gnupg
# GPG keyserver to search for keys
#KEYSERVER=subkeys.pgp.net
-# Required key capabilities
+# Required user key capabilities
# Must be quoted, lowercase, space-seperated list of the following:
# e = encrypt
# s = sign
# c = certify
# a = authentication
-#REQUIRED_KEY_CAPABILITY="e a"
+#REQUIRED_USER_KEY_CAPABILITY="a"
# Whether to add user controlled authorized_keys file to
# monkeysphere-generated authorized_keys file. Should be path to file
-# where '%h' will be substituted for the user's home directory.
+# where '%h' will be replaced by the home directory of the user.
#USER_CONTROLLED_AUTHORIZED_KEYS=%h/.ssh/authorized_keys