Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: <3DD67E8F.25627B1D@isg.de> Date: Sat, 16 Nov 2002 18:21:19 +0100 From: Tino Lange Organization: IS Innovative Software AG X-Accept-Language: de,en,fr MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: SSHD: error initializing windows sockets if I use ".ssh/authorized_keys" References: <20021116174458 DOT A10374 AT ping DOT be> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hi again! I have some new problems with sshd on Windows 2000. (all latest cygwin packages from today) I try to login on my Win 2000 machine from my Linux machine. Works fine so far. (Thanks for your recent help!) But: if I use RSA authentication with "authorized_keys" to get on the cygwin machine it still works but I don't have network/sockets - the windows socket interface cannot be initialized?! If I remove "authorized_keys" and login via password it works again. Strange, or? Here's a copy and paste: tino AT tinux:~ > ssh tinont Tino AT tinont's password: Last login: Sat Nov 16 18:12:09 2002 from tinux.tino-lange.de Fanfare!!! You are successfully logged in to this server!!! Tino AT TINONT ~ $ ping tinux Ping tinux [192.168.1.1] mit 32 Bytes Daten: Antwort von 192.168.1.1: Bytes=32 Zeit<10ms TTL=64 Antwort von 192.168.1.1: Bytes=32 Zeit<10ms TTL=64 Ping-Statistik fr 192.168.1.1: Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0 (0% Verlust), Ca. Zeitangaben in Millisek.: Minimum = 0ms, Maximum = 0ms, Mittelwert = 0ms Tino AT TINONT ~ $ cat .ssh/identity.pub > .ssh/authorized_keys Tino AT TINONT ~ $ chmod 644 .ssh/authorized_keys Tino AT TINONT ~ $ logout Connection to tinont closed. tino AT tinux:~ > ssh tinont Last login: Sat Nov 16 18:12:51 2002 from tinux.tino-lange.de Fanfare!!! You are successfully logged in to this server!!! Tino AT TINONT ~ $ ping tinux Fehler bei der Initialisierung der Windows-Socketsschnittstelle. Fehlercode 0. Tino AT TINONT ~ $ rm .ssh/authorized_keys Tino AT TINONT ~ $ logout Connection to tinont closed. tino AT tinux:~ > ssh tinont Last login: Sat Nov 16 18:12:51 2002 from tinux.tino-lange.de Fanfare!!! You are successfully logged in to this server!!! Tino AT TINONT ~ $ ping tinux Ping tinux [192.168.1.1] mit 32 Bytes Daten: Antwort von 192.168.1.1: Bytes=32 Zeit<10ms TTL=64 Antwort von 192.168.1.1: Bytes=32 Zeit<10ms TTL=64 Ping-Statistik fr 192.168.1.1: Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0 (0% Verlust), Ca. Zeitangaben in Millisek.: Minimum = 0ms, Maximum = 0ms, Mittelwert = 0ms Tino AT TINONT ~ $ Do you have an idea? Thanks! Tino -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/