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=AKldu/iOU4jSRQagSbq2neLZFK0eyyrqErnllKevk6j TEx7TTxx4mmoNPlppVOaKhtaNiJmEvRXBq2Xor1Fps53EIAX0cyQu9PtzbpotY6S WF8lSiQVAzeLwMiMmb91jmjYJkew0Nd6J/K0MoCQfmYWIfMuvfLeUWLgux1+ANIo = 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=l+U1wQko/TJAoLMrNp8zOaE5/Kk=; b=Kr1HtSZwA0zees8G3 i6s4G1GnkRPkKP+VAXP+QN4bekxQEU5q0vSt+3rBe6Wxle1soapuISnope//Hhtj rQJKMycWdAK+A4nQbxrsyztI6u8VZJi9ufUcPQsI8mZ/9dTNIbWHe07Nn+6BGExA 2b6McTJW9c4xfzwXtgR/nq3HDQ= 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=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=traces X-HELO: mail-wr1-f54.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=K5+07/cN+zJbLOsdUvxTvJR8EAI234bQULaBaogeHlk=; b=JiGjAOnTa0nubW8Vqo5pqTHF2n6an6BAseWMWKTORV8ekKu5Jm8H/zuaZOrXEWU4QB wV1kvEM9guRKIPS5n8SLxeM7W0yjGYCLhWT3pUnhBFQY7qubvPEVde75CpGl5TvsOk8o fpympVKdIQsdB7PBCewCaeLpcJBvQL1Dg6enxJYR6+urJMxbHw4WSpntNKcjlOelzc50 wBCQMRXl/+SOyAoVAtJ4r+//1+pAukvCwQeKVOMWZ+nLTkVaXmahRhRK9w8uXy/kfdMv Dxy+Byh93WGHWLZXwieSLle3rJEbnKEGdnIXiP0zvSob6KcTOKa0fho1MEgUrKBM1UrG NGAA== Message-ID: <5DF53F90.70302@gmail.com> Date: Sat, 14 Dec 2019 20:01:20 +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> <5DF50A04 DOT 6070003 AT gmail DOT com> In-Reply-To: <5DF50A04.6070003@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Thanks. Do you think the fact that 32bit version is working fine (more or less) and the previous ssh 64 bit version (I suspect this was the version before Sep 2019, but I can't say for sure as Cygwin does not leave any traces of the previous version I used before the upgrade) was working without any issues still suggests BLODA? I think logically this is caused by new ssh version (which probably interfere with some of the other libs) rather than my specific setup. I mean - setup may cause the issue, but the previous version was working fine with this setup, so this looks like a regression (i.e. new version is more demanding or more restrictive in terms of surrounding environment). Is there a way I can rollback to ssh version before 8.0p1-2 (the oldest I see now in cygwin64) to prove the point (or at least continue using the working for me version)? /From/: Eliot Moss My cygwins (32 and 64 bit) report exactly the same for uname -a and ssh -V, yet all works fine for me. This suggests BLODA or some different networking setup of some kind. Not sure this positive report narrows down much, but it's a data point for you ... Eliot Moss On 14/12/2019 16:12, vadim wrote: > 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