From owner-freebsd-questions@FreeBSD.ORG Wed Apr 20 11:21:09 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B2FA106564A for ; Wed, 20 Apr 2011 11:21:09 +0000 (UTC) (envelope-from michaelgrunewald@yahoo.fr) Received: from cc-smtpout3.netcologne.de (cc-smtpout3.netcologne.de [89.1.8.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0F0DD8FC25 for ; Wed, 20 Apr 2011 11:21:08 +0000 (UTC) Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id 9C705129F2 for ; Wed, 20 Apr 2011 13:21:07 +0200 (CEST) Received: from llea.celt.neu (xdsl-78-35-48-4.netcologne.de [78.35.48.4]) by cc-smtpin2.netcologne.de (Postfix) with ESMTPA id 9387D11E87 for ; Wed, 20 Apr 2011 13:21:07 +0200 (CEST) Message-ID: <4DAEC1A3.8070305@yahoo.fr> Date: Wed, 20 Apr 2011 13:21:07 +0200 From: =?ISO-8859-15?Q?Michael_Gr=FCnewald?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.18) Gecko/20110328 SeaMonkey/2.0.13 MIME-Version: 1.0 To: FreeBSD questions Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Subversion over SSH works through GIT but not with SVN 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: Wed, 20 Apr 2011 11:21:09 -0000 Hi all, I have recently discovered that by subversion client (1.16_2) is not able any more to access my subversion accounts over svn+ssh (with key based authentication). It seems very odd to me, because in the same time git can access these accounts (with the git svn command) and commit to these repositories! I am here absolutely clueless, so I would welcome your insights and your help! I set up `SVN_SSH' to `ssh -vv' in order to get a little more feedback than the `connexion unexpectedly closed' that subversion gave me. Here is an exceirpt of the successful svn+ssh authentication achieved by git svn: debug1: SSH2_MSG_SERVICE_ACCEPT received debug2: key: /home/michael/.ssh/id_rsa (0x801a61680) debug2: key: /home/michael/.ssh/id_dsa (0x0) debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/michael/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Server accepts key: pkalg ssh-rsa blen 277 on the pure svn side I have instead debug1: SSH2_MSG_SERVICE_ACCEPT received debug2: key: /home/michael/.ssh/id_rsa (0x801a61660) debug2: key: /home/michael/.ssh/id_dsa (0x0) debug1: Authentications that can continue: publickey debug1: Next authentication method: publickey debug1: Offering public key: /home/michael/.ssh/id_rsa debug2: we sent a publickey packet, wait for reply debug1: Authentications that can continue: publickey debug1: Trying private key: /home/michael/.ssh/id_dsa debug2: we did not send a packet, disable method (this is the point were the two transcripts start to disagree). I do not know what is the hex value after the name of the file containing my private key, but it semms weird to me that the two runs give here different results! Do you see a symptom related to my problem? -- Thanks a lot, Michael