diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-10-27 10:47:00 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-10-27 10:47:00 -0400 |
commit | 5a8a40b70d81a4138780726c4b03954ebb28c3d6 (patch) | |
tree | 60e504ab47625d74ad43e80603bb45900c5b3326 | |
parent | eb71df04d137ca0a550a0bf2f2318b45f0066dbb (diff) |
remove reference to USE_VALIDATION_AGENT (the usage was incorrect as well)
-rw-r--r-- | Changelog | 6 | ||||
-rw-r--r-- | etc/monkeysphere.conf | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,3 +1,9 @@ +monkeysphere (0.35) upstream; + + * Remove reference to USE_VALIDATION_AGENT. + + -- Jameson Rollins <jrollins@finestructure.net> Wed, 27 Oct 2010 10:46:28 -0400 + monkeysphere (0.34) upstream; * fix keys-for-user so that it outputs proper authorized_keys lines diff --git a/etc/monkeysphere.conf b/etc/monkeysphere.conf index 9732dc6..ca2fb83 100644 --- a/etc/monkeysphere.conf +++ b/etc/monkeysphere.conf @@ -37,7 +37,3 @@ # 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 |