From owner-freebsd-questions@FreeBSD.ORG Tue Nov 8 06:03:42 2005 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 DD05716A41F for ; Tue, 8 Nov 2005 06:03:42 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 557EE43D45 for ; Tue, 8 Nov 2005 06:03:40 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id jA863duv007986 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 8 Nov 2005 13:03:39 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id jA863dUI079466; Tue, 8 Nov 2005 13:03:39 +0700 (ICT) Date: Tue, 8 Nov 2005 13:03:39 +0700 (ICT) Message-Id: <200511080603.jA863dUI079466@banyan.cs.ait.ac.th> From: Olivier Nicole CC: freebsd-questions@freebsd.org In-reply-to: <200511080548.jA85mSrC079065@banyan.cs.ait.ac.th> (message from Olivier Nicole on Tue, 8 Nov 2005 12:48:28 +0700 (ICT)) References: <200511080548.jA85mSrC079065@banyan.cs.ait.ac.th> to: X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Re: SSH X11 forwarding fail 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: Tue, 08 Nov 2005 06:03:43 -0000 > I am SSH'ing to a FreeBSD machine and enable X11 forwarding. > Everything was working fine untill I rebooted this morning. > Since then: > # xterm > X Error of failed request: BadAtom (invalid Atom parameter) Bad me to reply to my own question... I need to add "ForwardX11Trusted yes" in SSH config (/etc/ssh/ssh_config) of the SSH client. Olivier