From owner-freebsd-questions@FreeBSD.ORG Thu Nov 16 20:58:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A65216A559 for ; Thu, 16 Nov 2006 20:58:06 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from outmx028.isp.belgacom.be (outmx028.isp.belgacom.be [195.238.5.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9632243D60 for ; Thu, 16 Nov 2006 20:58:04 +0000 (GMT) (envelope-from alainfabry@belgacom.net) Received: from outmx028.isp.belgacom.be (localhost [127.0.0.1]) by outmx028.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id kAGKw3xf003748 for ; Thu, 16 Nov 2006 21:58:03 +0100 (envelope-from ) Received: from belgacom.net (105.213-244-81.adsl-dyn.isp.belgacom.be [81.244.213.105]) by outmx028.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id kAGKw0mv003713 for ; Thu, 16 Nov 2006 21:58:00 +0100 (envelope-from ) Date: Thu, 16 Nov 2006 21:58:00 +0100 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20061116205800.GA37119@ducati-748.3rdrock.kicks-ass.net> References: <20061116191618.GA36885@ducati-748.3rdrock.kicks-ass.net> <455CC1AE.8000603@u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <455CC1AE.8000603@u.washington.edu> User-Agent: Mutt/1.4.2.1i Subject: Re: deny of x sessions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2006 20:58:06 -0000 With ssh it works, both with -Y and -X, but I need this to work also with regular telnet. Thanks, On Thu, Nov 16, 2006 at 11:53:18AM -0800, Garrett Cooper wrote: > Alain G. Fabry wrote: > >Hey, > > > >I've just installed KDE 4.5.3 on a FreeBSD 6.1 system. > > > >I'm having problem getting an x-window from another PC when I'm connected > >to that PC via telnet (with ssh -X .... everything works fine) > > > >When I telnet to the other machine and export/setenv my DISPLAY > >environment towards the display I'm telnetting from, I get the following > >error. > > > >xterm Xt error: Can't open display: 10.0.0.250:0.0 > > > >I've already tried to change the kdmrc by removing the -nolisten tcp or > >commenting out > > > >ServerArgsLocal=-nolisten tcp > > > >but this does not seem to work either....when I reboot, it even undoes all > >the changes I've made to the file (as root) > > > >Anybody can give me some advise on what I need to do to accept incoming > >x11 requests. > > > >x11 packets are received (seen by a tcpdump) but it just does not want to > >work. > > > >Just for you info, I did not forget the xhost + > > > >Thanks in advance. > Try ssh -Y instead of ssh -X. ssh -X was deprecated some time ago due to > security concerns I believe over trusted hosts and X11 forwarding > (Google that particular flag because there are a lot of discussion items > out there about this). > -Garrett > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"