From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3107 invoked by alias); 8 Oct 2015 20:18:44 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 3098 invoked by uid 89); 8 Oct 2015 20:18:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 X-HELO: mout1.freenet.de Received: from mout1.freenet.de (HELO mout1.freenet.de) (195.4.92.91) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 08 Oct 2015 20:18:42 +0000 Received: from [195.4.92.140] (helo=mjail0.freenet.de) by mout1.freenet.de with esmtpa (ID mandango@freenet.de) (port 25) (Exim 4.85 #1) id 1ZkHeA-0008Fp-Ht for cygwin@cygwin.com; Thu, 08 Oct 2015 22:18:38 +0200 Received: from localhost ([::1]:51293 helo=mjail0.freenet.de) by mjail0.freenet.de with esmtpa (ID mandango@freenet.de) (Exim 4.85 #1) id 1ZkHeA-0005xf-Dq for cygwin@cygwin.com; Thu, 08 Oct 2015 22:18:38 +0200 Received: from mx3.freenet.de ([195.4.92.13]:47793) by mjail0.freenet.de with esmtpa (ID mandango@freenet.de) (Exim 4.85 #1) id 1ZkHbh-0002Ln-RF for cygwin@cygwin.com; Thu, 08 Oct 2015 22:16:05 +0200 Received: from p4fe0f45c.dip0.t-ipconnect.de ([79.224.244.92]:4794 helo=[192.168.129.69]) by mx3.freenet.de with esmtpsa (ID mandango@freenet.de) (TLSv1.2:DHE-RSA-AES128-SHA:128) (port 465) (Exim 4.85 #1) id 1ZkHbh-0003ds-OU for cygwin@cygwin.com; Thu, 08 Oct 2015 22:16:05 +0200 Subject: Re: how can I disable the warning about X11 forwarding To: cygwin@cygwin.com References: <56169E05.7040703@freenet.de> <414002166.20151008215622@yandex.ru> From: Peter Message-ID: <5616CF03.50209@freenet.de> Date: Thu, 08 Oct 2015 20:18:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <414002166.20151008215622@yandex.ru> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Originated-At: 79.224.244.92!4794 X-SW-Source: 2015-10/txt/msg00100.txt.bz2 On 08.10.2015 20:56, Andrey Repin wrote: > Greetings, Peter! > >> I want to allow some users to run an interactive program on my w2012 >> server via ssh. >> The program is a console app so I do not need X forwarding. >> Users are connecting via putty without an X server. >> Alas they always get nagged with the >> "WARNING: No xauth data; using fake authentication data for X11 forwarding." >> Is there a way to get rid of this message? > Tell them to not request X11 forwarding, and they won't be nagged by it. > > I don't understand this answer. The command is just ssh user@host when I get the warning. If the command was ssh -X user@host or ssh -Y user@host it would be clear to me. So maybe there is some default in sshd_config that should be changed? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple