Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 59704 invoked from network); 23 Feb 2011 18:13:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2011 18:13:00 -0000 Received: (qmail 23280 invoked by uid 500); 23 Feb 2011 18:12:59 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 23070 invoked by uid 500); 23 Feb 2011 18:12:57 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 23062 invoked by uid 99); 23 Feb 2011 18:12:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 18:12:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Feb 2011 18:12:49 +0000 X-Envelope-From: stsp@stsp.name Received: from ted.stsp.name (ted.stsp.name [217.197.84.34]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id p1NICOKi003615 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 23 Feb 2011 19:12:24 +0100 Received: from ted.stsp.name (stsp@localhost [127.0.0.1]) by ted.stsp.name (8.14.3/8.14.3) with ESMTP id p1NICOLH004961; Wed, 23 Feb 2011 19:12:24 +0100 (CET) Received: (from stsp@localhost) by ted.stsp.name (8.14.3/8.14.3/Submit) id p1NICOHc000210; Wed, 23 Feb 2011 19:12:24 +0100 (CET) Date: Wed, 23 Feb 2011 19:12:23 +0100 From: Stefan Sperling To: cifroes Cc: users@subversion.apache.org Subject: Re: Using svn+ssh with only 1 ssh account can I have multiple svn accounts? Message-ID: <20110223181223.GD32654@ted.stsp.name> Mail-Followup-To: cifroes , users@subversion.apache.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Feb 23, 2011 at 05:54:39PM -0000, cifroes wrote: > I only have 1 ssh account in a server that I don't control and I access svn using svn+ssh (again, only way to access it). > Still, is it possible to have multiple svn users? > > I don't want for all commits to come from my ssh user... > > (i'm guessing it's not possible, that's why I'm asking :) ) It is possible as long as you use ssh public key authentication. See the book here: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshtricks