summaryrefslogtreecommitdiff
path: root/monkeysphere.conf
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 /monkeysphere.conf
parent4793624c65673268128fb0146cd9bd1b3cfeb6c4 (diff)
Add some skeletal debian packaging stuff and man pages, and moved conf
files to etc directory.
Diffstat (limited to 'monkeysphere.conf')
-rw-r--r--monkeysphere.conf31
1 files changed, 0 insertions, 31 deletions
diff --git a/monkeysphere.conf b/monkeysphere.conf
deleted file mode 100644
index 385165a..0000000
--- a/monkeysphere.conf
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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=
-