+monkeysphere (0.33~pre1) unstable; urgency=low
+
+ * defaulting MONKEYSPHERE_HASH_KNOWN_HOSTS to false
+ (closes MS #2483)
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Fri, 08 Oct 2010 16:14:53 -0400
+
monkeysphere (0.32) unstable; urgency=low
[ Jameson Rollins ]
* fix monkeysphere-host revoke-key, which never worked properly :(
* add some debug output to monkeysphere-host publish-key
(closes MS #2289)
-
+
[ Clint Adams ]
* add support for options to the authorized User IDs file. Options that
should apply to keys for a given User ID should be on
# Whether or not to hash the generated known_hosts lines.
# Should be "true" or "false".
-#HASH_KNOWN_HOSTS=true
+#HASH_KNOWN_HOSTS=false
# The path to the SSH authorized_keys file.
#AUTHORIZED_KEYS=~/.ssh/authorized_keys
Path to ssh known_hosts file. (~/.ssh/known_hosts)
.TP
MONKEYSPHERE_HASH_KNOWN_HOSTS
-Whether or not to hash to the known_hosts file entries. (true)
+Whether or not to hash to the known_hosts file entries. (false)
.TP
MONKEYSPHERE_AUTHORIZED_KEYS
Path to ssh authorized_keys file. (~/.ssh/authorized_keys)
# set unset default variables
GNUPGHOME=${GNUPGHOME:="${HOME}/.gnupg"}
KNOWN_HOSTS="${HOME}/.ssh/known_hosts"
-HASH_KNOWN_HOSTS="true"
+HASH_KNOWN_HOSTS="false"
AUTHORIZED_KEYS="${HOME}/.ssh/authorized_keys"
# unset the check keyserver variable, since that needs to have