From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19461 invoked by alias); 18 Nov 2011 13:12:25 -0000 Received: (qmail 19401 invoked by uid 22791); 18 Nov 2011 13:12:23 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_SV X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Nov 2011 13:12:04 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id pAIDC1sk024944 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 18 Nov 2011 08:12:01 -0500 Received: from fche.csb (vpn-8-99.rdu.redhat.com [10.11.8.99]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id pAIDC1II027741; Fri, 18 Nov 2011 08:12:01 -0500 Received: by fche.csb (Postfix, from userid 2569) id 7F29C5812C; Fri, 18 Nov 2011 08:12:00 -0500 (EST) Date: Fri, 18 Nov 2011 13:12:00 -0000 From: "Frank Ch. Eigler" To: Rainer Orth Cc: overseers@sourceware.org Subject: Re: Problem with ssh access to gcc repo Message-ID: <20111118131200.GC2916@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org X-SW-Source: 2011-q4/txt/msg00042.txt.bz2 Hi - > I'm currently having problems accessing the gcc repo with ssh. This > seems to boil down to > $ ssh ro@gcc.gnu.org > You don't exist, go away! That's only an indication that you (like most sourceware users) have a restricted shell that forbids direct logons like this. In the logs, I see several subsequent svn operations, so I assume things are working for you now. - FChE