X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=AkFLYbEnEpDKlNlXFklExuNzOqlLpZF98oi/u37r5yT 89kFlB64i82RxuqOeIZMc+6GVNpfri4YqvxTyrip9sheiHwE5ZnIj1B4OcqMTzwJ LD8ClLxgs0qcPuTfLqfIJfDX/T9YfEwUaoihUHfMgziHJDEyab2fo/82zTHg3CcU = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=o9nFGZ8et4/u1/vr9aANGs0Xc4o=; b=iYzW4latN0CmRLjaU /aqHxnO1hth52wwIRIRcgvfa2YhWxUxYj0K/McThSZNHAz+k/VIazqk8e20anjce 83EMpgGgmuVJDD22G2/3GTHH7Lxspe54wh1hSBjJuo09rgKAhS8FW1oYYhbdNaU7 Mupefa5JDCpjUP+ISXnVy0+Bu8= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:2088, offer X-HELO: mail-wr1-f52.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-transfer-encoding; bh=C431/d5bf2rK4qjdj4uLJ2womce3OxEDJZRMPxRmmIk=; b=r0aYAQDvXSL5SyAxYwX4KqAOtvk/QhHz3FY8yhZNS3GBpWjjvPtjD78QkQfxGrmChn pkMQsoY99KQoyiByuUDrMGfFoHfkEjNm9G7dX/g5C0iq7AYtqSl63XJzedWOIr8FxXNA 6NL5Jbnmlw7WghJ39fxNTRdjuRMxWV7uR/m13rJk+7saWzo+hjB+WkVN7U/wtDsG9klS UvZkDH/KkyfBnlymI1DQFXxSMuBUo6CQT3eIzSBuZBm/XJYTEMzSY8IDI1PF3jz27Xm/ lnaSWrko5SDbnXRpu+4wCMSxUuNGYDuvn2AzzVAS50U48p5tidI27sSyfIMvuprSR4AG 1Bxw== Message-ID: <5DF50A04.6070003@gmail.com> Date: Sat, 14 Dec 2019 16:12:52 +0000 From: vadim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin64 OpenSSH_8.1p1 client segmentation fault References: <5DF4ECF0 DOT 9080902 AT gmail DOT com> In-Reply-To: <5DF4ECF0.9080902@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit I have just installed the latest cygwin32 and cygwin64 from scratch into new folders. Tried ssh client in both. The result is: - cygwin32 CYGWIN_NT-6.1-WOW 3.0.7(0.338/5/3) 2019-04-30 18:04 i686 ssh works, but it hangs after I disconnect myself. I have to kill ssh process to continue the cygwin session. - cygwin64 CYGWIN_NT-6.1-WOW 3.0.7(0.338/5/3) 2019-04-30 18:04 x86_64 ssh dies immediately after the connection is established using ssh-keys (i.e. after a successful login) Both has version: OpenSSH_8.1p1, OpenSSL 1.1.1d 10 Sep 2019 Vadim On 14/12/2019 14:08, vadim wrote: > Hi, > > I have recently upgraded Cygwin packages. After the upgrade ssh client > stopped working. > It connects and logins using ssh keys as normal, but then the > connection is immediately dropped (ssh client process dies and > segfaults under strace). > This is definitely not the server side issue as I have an old cygwin32 > version (on the same PC) where ssh client logins to the same server > with the same ssh-keys just fine. > I am also able to connect using putty with same ssh-keys. > > I was trying to rollback my installation of Cygwin, but unfortunately > setup-x86_64.exe does not offer this possibility. > Please help me rolling back to some version of Cygwin where ssh client > is working. > I tried all 3 versions of ssh and ssl that are available. Tried > re-installing OpenSSH and OpenSSL packages, but nothing helps. > > This 64-bit latest version is not working: > $ ssh -V > OpenSSH_8.1p1, OpenSSL 1.1.1d 10 Sep 2019 > > This is working 32bit version: > $ ssh -V > OpenSSH_6.1p1, OpenSSL 1.0.1e 11 Feb 2013 > > ssh session logs attached: > > ssh-session-1.log - connection to host in known_hosts - without > questions, login is ok, then immediate disconnect. > > ssh-session-1.vvv.log - same but ssh -vvv option used > > ssh-session-1-strace.log - same under strace > > ssh-V.strace.log - running ssh -V and strace ssh -V (which also crashes) > > see also cygcheck.out > > thanks in advance for any help, > Vadim Goryunov > -- 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