aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-02-25 03:04:29 +0000
committerBrian Feldman <green@FreeBSD.org>2000-02-25 03:04:29 +0000
commita95c1225217bbe7f06e4d44479c401d86b926f63 (patch)
treeea180926213e33a41514190a59e50709ca6942ce /crypto
parent18a711954e9b847ddf362ad1fc8675a6842aeff2 (diff)
Notes
Diffstat (limited to 'crypto')
-rw-r--r--crypto/openssh/readconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c
index 32afcdd54d75..b2da36fee64e 100644
--- a/crypto/openssh/readconf.c
+++ b/crypto/openssh/readconf.c
@@ -11,6 +11,7 @@
*
* Functions for reading the configuration files.
*
+ * $FreeBSD$
*/
#include "includes.h"
@@ -670,7 +671,7 @@ fill_default_options(Options * options)
if (options->batch_mode == -1)
options->batch_mode = 0;
if (options->check_host_ip == -1)
- options->check_host_ip = 1;
+ options->check_host_ip = 0;
if (options->strict_host_key_checking == -1)
options->strict_host_key_checking = 2; /* 2 is default */
if (options->compression == -1)