summaryrefslogtreecommitdiff
path: root/monkeysphere.conf
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-05-04 21:46:20 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-05-04 21:46:20 -0400
commit60b8c51d6772a1bd8ba9b2416968a74c09000f3b (patch)
tree661b8a2233a3511124fd52417a020968991e66de /monkeysphere.conf
parentf047b198433a0781e35b5ca0cea0bc532d9a64ce (diff)
major overhaul of rhesus. it now handles creation of both
authorized_keys and known_hosts files, and is capable of being used by an administrator to maintain authorized_keys files for users. monkeysphere.conf file was updated for use by system administrator.
Diffstat (limited to 'monkeysphere.conf')
-rw-r--r--monkeysphere.conf17
1 files changed, 7 insertions, 10 deletions
diff --git a/monkeysphere.conf b/monkeysphere.conf
index 1a6cff1..a54b6bd 100644
--- a/monkeysphere.conf
+++ b/monkeysphere.conf
@@ -1,18 +1,15 @@
-# monkeysphere configuration file
-# this is currently meant to be sourced by bash.
+# monkeysphere system configuration file
-# configuration directory
-CONF_DIR=/etc/monkeysphere
+# This is particular configuration is meant to be sourced by the
+# rhesus shell script when run in administrative mode to maintain
+# authorized_keys files for users.
-# where the per-user authorized user id files are stored
-AUTH_USER_IDS_DIR="$CONF_DIR"/auth_user_ids
+AUTH_USER_FILE=/etc/monkeysphere/auth_user_ids/"$USER"
-# where the per-user authorized_keys info is stored
-#AUTH_KEYS_DIR=/var/lib/monkeysphere/authorized_keys
-AUTH_KEYS_DIR="$CONF_DIR"/authorized_keys
+STAGING_AREA=/var/lib/monkeysphere/stage/"$USER"
# gpg home directory for server
-GNUPGHOME="$CONF_DIR"/gnupg
+GNUPGHOME=/etc/monkeysphere/gnupg
# gpg keyserver to search for keys
KEYSERVER=subkeys.pgp.net