From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61452 invoked by alias); 20 Feb 2020 04:51:26 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 61442 invoked by uid 89); 20 Feb 2020 04:51:25 -0000 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 Received: from mail-wm1-f67.google.com (HELO mail-wm1-f67.google.com) (209.85.128.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 20 Feb 2020 04:51:24 +0000 Received: by mail-wm1-f67.google.com with SMTP id m10so1872260wmc.0 for ; Wed, 19 Feb 2020 20:51:23 -0800 (PST) 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.cf1bd99bab54c3cbeb2fbdbb@nifty.ne.jp> In-Reply-To: <20200220085238.cf1bd99bab54c3cbeb2fbdbb@nifty.ne.jp> From: Eugene Klimov Date: Thu, 20 Feb 2020 04:51:00 -0000 Message-ID: Subject: Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version? To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00162.txt.bz2 > > inside windows 10 (build 1909) > > just open WIN+R cmd.exe > This start cmd.exe. > > type > > `ssh root@my_redhat_entrise_linux_7.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@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@127.0.0.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