From dbaab8b6a854c9c4e8824dde669ffabf9d58191d Mon Sep 17 00:00:00 2001
From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Date: Fri, 8 Oct 2010 16:15:33 -0400
Subject: default HASH_KNOWN_HOSTS to false (closes MS #2483)

---
 src/monkeysphere | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/monkeysphere b/src/monkeysphere
index 674114a..4469942 100755
--- a/src/monkeysphere
+++ b/src/monkeysphere
@@ -156,7 +156,7 @@ check_gpg_authentication_subkey() {
 # 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
-- 
cgit v1.2.3