diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/monkeysphere | 2 |
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 |