X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 In-Reply-To: References: <2a993d40912220402x6e4af736u43581ddd3c2d0921 AT mail DOT gmail DOT com> Date: Tue, 22 Dec 2009 16:14:53 +0100 Message-ID: <2a993d40912220714u28e194cepc57812437ae33053@mail.gmail.com> Subject: Re: openSSH Windows server 2003, key mode From: =?ISO-8859-1?Q?St=E9phanie_Cettou?= To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Thank you for you answer, I use a rsa key, so I adapt the command: scettou AT CHWS0018 /cygdrive/c/Documents and Settings/scettou/Desktop/key $ scp -o PubkeyAuthentication=3Dno id_rsa.pub scettou AT 10 DOT 4 DOT 15 DOT 5:tempKey scettou AT 10 DOT 4 DOT 15 DOT 5's password: id_rsa.pub 100% 225 0.2KB/s 00:00 scettou AT CHWS0018 /cygdrive/c/Documents and Settings/scettou/Desktop/key $ ssh -o PubkeyAuthentication=3Dno scettou AT 10 DOT 4 DOT 15 DOT 5 scettou AT 10 DOT 4 DOT 15 DOT 5's password: Last login: Tue Dec 22 13:06:30 2009 from scbsprod.servcenterxa.ch scettou AT SCBSPROD ~ $ cat tempKey >> .ssh/authorized_keys scettou AT SCBSPROD ~ $ exit logout Connection to 10.4.15.5 closed. scettou AT CHWS0018 /cygdrive/c/Documents and Settings/scettou/Desktop/key $ ssh scettou AT 10 DOT 4 DOT 15 DOT 5 Connection closed by 10.4.15.5 So....what I can do? St=E9phanie 2009/12/22 Ren=E9 Berber : > St=E9phanie Cettou wrote: > >> I have a problem, I will connection with key mode in my openSSH >> server. In can connect with my password. > > So this way it works. > >> I have cop[ied] m[y] public key [to] home/myUser/.ssh/authorized_keys. > > Which public key? =A0You may have several around... > >> When I connect with winSCP, I have an error: >> =A0The server expected closed connection. >> =A0Authentification error. >> >> And if connect with cygwin: >> ssh myUser AT 10 DOT 4 DOT 15 DOT 5 >> Connection closed by 10.4.15.5 >> >> I generate the keys in my client pc (xp) with PuTTYgen. > > This is the key you refer above? =A0This is probably the cause of the > problem, are all the different programs you are using as client using > the same pair of keys (public and private)? > > Let's try a simple test: > > In your client computer, in a terminal under your Cygwin user home > directory run the following > > scp -o PubkeyAuthentication=3Dno .ssh/id_dsa.pub myUser AT 10 DOT 4 DOT 15 DOT 5:tempKey > ssh -o PubkeyAuthentication=3Dno myUser AT 10 DOT 4 DOT 15 DOT 5 > cat tempKey >> .ssh/authorized_keys > exit > ssh myUser AT 10 DOT 4 DOT 15 DOT 5 > > Did that work as expected? > > I don't know PuTTYgen or what's the deal with .ppk keys; know even less > about winSCP so no comments there. > -- > Ren=E9 Berber > > > -- > Problem reports: =A0 =A0 =A0 http://cygwin.com/problems.html > FAQ: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 http://cygwin.com/faq/ > Documentation: =A0 =A0 =A0 =A0 http://cygwin.com/docs.html > Unsubscribe info: =A0 =A0 =A0http://cygwin.com/ml/#unsubscribe-simple > > -- 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