summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-10 17:34:08 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-10 17:34:08 -0400
commit48cd196efb86f8661fbf77552ef6c26b11fe20c6 (patch)
tree0b531f4d10866d0f18c92cfed31aabd23227bc11 /etc
parent4793624c65673268128fb0146cd9bd1b3cfeb6c4 (diff)
Add some skeletal debian packaging stuff and man pages, and moved conf
files to etc directory.
Diffstat (limited to 'etc')
-rw-r--r--etc/monkeysphere-server.conf23
-rw-r--r--etc/monkeysphere.conf31
2 files changed, 54 insertions, 0 deletions
diff --git a/etc/monkeysphere-server.conf b/etc/monkeysphere-server.conf
new file mode 100644
index 0000000..bed5c09
--- /dev/null
+++ b/etc/monkeysphere-server.conf
@@ -0,0 +1,23 @@
+# MonkeySphere server configuration file.
+
+# GPG home directory for server
+#GNUPGHOME=/etc/monkeysphere/gnupg
+
+# GPG keyserver to search for keys
+#KEYSERVER=subkeys.pgp.net
+
+# Required 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"
+
+# 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.
+#USER_CONTROLLED_AUTHORIZED_KEYS=%h/.ssh/authorized_keys
+
+# where to cache user authorized_keys lines
+#STAGING_AREA=/var/lib/monkeysphere/stage
diff --git a/etc/monkeysphere.conf b/etc/monkeysphere.conf
new file mode 100644
index 0000000..385165a
--- /dev/null
+++ b/etc/monkeysphere.conf
@@ -0,0 +1,31 @@
+# MonkeySphere system-wide client configuration file.
+
+# authorized_user_ids file
+#AUTHORIZED_USER_IDS=~/.config/monkeysphere/authorized_user_ids
+
+# GPG home directory
+#GNUPGHOME=~/.gnupg
+
+# GPG keyserver to search for keys
+#KEYSERVER=subkeys.pgp.net
+
+# Required 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"
+
+# Path to user-controlled authorized_keys file to add to
+# Monkeysphere-generated authorized_keys file. If empty, then no
+# user-controlled file will be added.
+#USER_CONTROLLED_AUTHORIZED_KEYS=~/.ssh/authorized_keys
+
+# User known_hosts file
+#USER_KNOWN_HOSTS=~/.ssh/known_hosts
+
+# Whether or not to hash the generated known_hosts lines
+# (empty mean "no").
+#HASH_KNOWN_HOSTS=
+