From owner-cvs-all Sun Oct 28 11:22:28 2001 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 03C5337B406; Sun, 28 Oct 2001 11:22:21 -0800 (PST) Received: by squall.waterspout.com (Postfix, from userid 1050) id 8938D9B08; Sun, 28 Oct 2001 14:21:17 -0500 (EST) Date: Sun, 28 Oct 2001 14:21:17 -0500 From: Will Andrews To: Robert Watson Cc: FUJISHIMA Satsuki , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/x11/XFree86-4-clients Makefile ports/x11/XFree86-4-libraries/files patch-xdm_session.c Message-ID: <20011028142117.A25747@squall.waterspout.com> Reply-To: Will Andrews Mail-Followup-To: Robert Watson , FUJISHIMA Satsuki , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200110280241.f9S2f5M68453@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 28, 2001 at 09:07:03AM -0500, Robert Watson wrote: > I've always liked the idea of -nolisten tcp by default, but could you > verify that SSH X11 forwarding still works when this is the case? It was > my impression, at one point, that the X11 forwarding was effectively a > glorified TCP forwarding, and not capable of forwarding the remote TCP X11 > connection to the local UNIX domain socket in /tmp. It's pretty simple to verify this fact. ipfw add 1 deny tcp from any to any 6000 Using this allowed me to verify the fact that SSH X Forwarding still works perfectly fine. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message