summaryrefslogtreecommitdiff
path: root/src/monkeysphere
diff options
context:
space:
mode:
authorJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-24 13:53:22 -0400
committerJameson Graef Rollins <jrollins@phys.columbia.edu>2008-06-24 17:50:26 -0400
commit1b6df37b94b96042ac460a933b00c6ef29694053 (patch)
tree560c5b65026bfa90170f469d7d0cd435609b34d5 /src/monkeysphere
parente0b50e3859931c7fe2a58bb08af440a4f2455174 (diff)
Priviledge separation: use new monkeysphere user to handle
authentication keychain for server. This required a bunch of changes to all ms-server functions. Seems to be working ok, although it feels kind of hackish.
Diffstat (limited to 'src/monkeysphere')
-rwxr-xr-xsrc/monkeysphere2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/monkeysphere b/src/monkeysphere
index d8d4667..15a2a7a 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -168,7 +168,6 @@ case $COMMAND in
if [ ! -s "$KNOWN_HOSTS" ] ; then
failure "known_hosts file '$KNOWN_HOSTS' is empty."
fi
- log "processing known_hosts file..."
process_known_hosts || ERR=1
fi
@@ -184,7 +183,6 @@ case $COMMAND in
fi
# process authorized_user_ids file
- log "processing authorized_user_ids file..."
process_authorized_user_ids "$AUTHORIZED_USER_IDS" || ERR=1
log "authorized_keys file updated."
;;