# The path to the SSH authorized_keys file.
#AUTHORIZED_KEYS=~/.ssh/authorized_keys
+
+# Set to true to enable validation agent during X session startup
+# where available.
+#USE_VALIDATION_AGENT=false
MSUSERCONFIG="$HOME/.monkeysphere/monkeysphere.conf"
if [ -x "$MSVAGENT" ] ; then
- USEMSVAGENT=$(sh -c "
+ USEMSVAGENT=$(sh -c "USE_VALIDATION_AGENT=
. '$MSSYSCONFIG' 2>/dev/null
. '$MSUSERCONFIG' 2>/dev/null || :
-printf '%s' "'"$MONKEYSPHERE_USE_VALIDATION_AGENT"')
+printf '%s' "'"$USE_VALIDATION_AGENT"')
if [ "$USEMSVAGENT" == "true" ] ; then
STARTUP="$MSVAGENT $STARTUP"