diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-10-08 16:15:33 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2010-10-08 16:15:33 -0400 |
commit | dbaab8b6a854c9c4e8824dde669ffabf9d58191d (patch) | |
tree | 78731d81e225bfe7aec85357a03d0dc55514c796 /man | |
parent | 61ddc8dc17f7d8de392b0a68c961823b355de885 (diff) |
default HASH_KNOWN_HOSTS to false (closes MS #2483)
Diffstat (limited to 'man')
-rw-r--r-- | man/man1/monkeysphere.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/monkeysphere.1 b/man/man1/monkeysphere.1 index 1f174f1..4de4076 100644 --- a/man/man1/monkeysphere.1 +++ b/man/man1/monkeysphere.1 @@ -165,7 +165,7 @@ MONKEYSPHERE_KNOWN_HOSTS 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) |