From b201b15ee1575ab28ed4f9b5a7d430e835a7c7ae Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 26 Mar 2000 07:07:24 +0000 Subject: Virgin import of OpenSSH sources dated 2000/03/25 --- crypto/openssh/readconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/openssh/readconf.c') diff --git a/crypto/openssh/readconf.c b/crypto/openssh/readconf.c index 32afcdd..e9c8455 100644 --- a/crypto/openssh/readconf.c +++ b/crypto/openssh/readconf.c @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: readconf.c,v 1.22 1999/12/01 13:59:15 markus Exp $"); +RCSID("$Id: readconf.c,v 1.23 2000/02/28 19:51:58 markus Exp $"); #include "ssh.h" #include "cipher.h" @@ -638,7 +638,7 @@ fill_default_options(Options * options) if (options->forward_agent == -1) options->forward_agent = 1; if (options->forward_x11 == -1) - options->forward_x11 = 1; + options->forward_x11 = 0; if (options->gateway_ports == -1) options->gateway_ports = 0; if (options->use_privileged_port == -1) -- cgit v1.1