summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-10-08 16:15:33 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-10-08 16:15:33 -0400
commitdbaab8b6a854c9c4e8824dde669ffabf9d58191d (patch)
tree78731d81e225bfe7aec85357a03d0dc55514c796 /src
parent61ddc8dc17f7d8de392b0a68c961823b355de885 (diff)
default HASH_KNOWN_HOSTS to false (closes MS #2483)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/monkeysphere2
1 files changed, 1 insertions, 1 deletions
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