delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2020/02/19/23:52:18

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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: <announce DOT 20200219115927 DOT 387179-1-corinna-cygwin AT cygwin DOT com> <CALEv0PiSFQSb+PRchQhY-vjBhU6X=h4X1w3k44nPk=x_8kRGvg AT mail DOT gmail DOT com> <20200220085238 DOT cf1bd99bab54c3cbeb2fbdbb AT nifty DOT ne DOT jp>
In-Reply-To: <20200220085238.cf1bd99bab54c3cbeb2fbdbb@nifty.ne.jp>
From: Eugene Klimov <bloodjazman AT gmail DOT com>
Date: Thu, 20 Feb 2020 09:50:44 +0500
Message-ID: <CALEv0Pi6qEHSqEY6JLPGsUNRnaHjhKOaNXWWHB3ymWK7+QHfuw@mail.gmail.com>
Subject: Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version?
To: cygwin AT cygwin DOT com
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019