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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; q=dns; s=default; b=IRPmNDe 2Xk7HceLZH1jvsOtjt2RQcgdA1RXGwjrO8tA2bTBcpa2k5ynuwrpJQ+nNQmNAm9s cmfxUNP1Gw9Z7G/3pKPVbIrjR47vWUGShx+3v3EQSWZO4C3MQiA2tfgXXjM5CPr0 3dcEL3CXXFrP29gfENrkWITK0dAir4JLglEo= 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:mime-version:references:in-reply-to:from:date :message-id:subject:to:content-type; s=default; bh=SVurBbkZ4ZZsd +N17ZA9k7H3u7Y=; b=G54JDF/1LnD2SHX3GlIPTb4bTzLRuHwWMjcnqgZ473ccc s9qYXpqP8PyqHjtSGKMzmOnX9mCzKhrp288cgMnOmFKAGDOcCjhKM2i9atLdVZfb QlhZg/yYDsqKjXQfm1irhnsk5xw4qE3KFKALpQCXXaJDPOH+Voafdi8Tgnn9XM= 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=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*f:sk:2020022, H*i:sk:2020022, UD:co, sshexe X-HELO: mail-wm1-f67.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=m1SmzCldzllm0wIZrklNOM8vGYF4Y46tEOwHo7m/5jw=; b=kliycbFAx1eG803I4+csLb0YOGiqJZqOt9x/vuSXnkuMr3Z7roGxXjoeoxkziRjjip qctmQm6+Yw4j4gMxacWsa0drPIwFfCAUzkcpgw5ql77j1WV2k87Qv1HEiSYm22RsvRSa rG2EDlkfWDZhBkYW7fjUXtGrhNPcl1xwSFY7n8r2SiasCG0vh9EVa22KgUlmRyg02tQn UhMZI/79PJt6kc2AN5ZbanZxDZG29h+W9+GkmxkG2Sk3M6w2iCpqpOW30JFb8ZhpA92T 5NIm2P4k3MLsimWuOFKugRd4emwFeJ4GDxiRLs7uOtlvuNtZIJoN5yDWXkrk8xe48Urg 0oJw== MIME-Version: 1.0 References: <20200220085238 DOT cf1bd99bab54c3cbeb2fbdbb AT nifty DOT ne DOT jp> In-Reply-To: <20200220085238.cf1bd99bab54c3cbeb2fbdbb@nifty.ne.jp> From: Eugene Klimov Date: Thu, 20 Feb 2020 09:50:44 +0500 Message-ID: Subject: Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version? To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes > > inside windows 10 (build 1909) > > just open WIN+R cmd.exe > This start cmd.exe. > > type > > `ssh root AT my_redhat_entrise_linux_7 DOT 2` > This uses windows OpenSSH to connect linux. no, i install cygwin ssh package and i have `c:\cygwin64\bin\` in PATH environment rather than `c:\windows\system32\OpenSSH` so ssh.exe it's a cygwin process > This runs screen command in Linux. > Where does Cygwin's concern? ;) as I see it's more related to old `screen` version inside RHEL 7.2 than cygwin concern ;( I tried to run `C:\Windows\System32\OpenSSH\ssh.exe root AT my_rhel_72_host` and found bugs which look like same under Cygwin ssh, but different little bit ;-) also, I run `C:\Windows\System32\OpenSSH\ssh.exe -i private_key vagrant AT 127 DOT 0 DOT 0 DOT 1 -p 2222` and on my Ubuntu 18.04 screen works fine > > and view lot of bugs with wrong keys behaviors: > > - ctrl+space hotkey not worked (not only in `screen`, but in any cygwin executable) > What is your expectation by ctrl+space? This normally sends > ^@ (0x00) to client. Is this as you expected? sorry to mislead you I mean `ALT+SPACE` it's a hotkey for show window main menu > > - `left arrow`, `backspace` and `delete` keys works wrong like a `right arrow` > What happen if you use these keys? under latest cygwin 3.1.4 + ssh 8.2p1-1 behavior look like I press space or press "right arrow" https://recordit.co/thJJRbFzUp under win32 openssh behavior different https://recordit.co/ffAqC8BvtC under cygwin1.dll 3.0.7 and c:\cygwin64\bin\ssh.exe 8.2p1-1 behavior look like normal https://recordit.co/E0E8sfWGyY -- 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