From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.130]) by sourceware.org (Postfix) with ESMTPS id ED9E03858D39 for ; Wed, 8 Feb 2023 15:37:03 +0000 (GMT) Authentication-Results: sourceware.org; dmarc=permerror header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=cygwin.com Received: from calimero.vinschen.de ([24.134.7.25]) by mrelayeu.kundenserver.de (mreue009 [212.227.15.167]) with ESMTPSA (Nemesis) id 1Mf0Je-1owWUG2vJi-00gbSB for ; Wed, 08 Feb 2023 16:37:02 +0100 Received: by calimero.vinschen.de (Postfix, from userid 500) id 4E627A80D03; Wed, 8 Feb 2023 16:37:02 +0100 (CET) Date: Wed, 8 Feb 2023 16:37:02 +0100 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: OpenSSH_9.2p1 sftp prompt now "s " instead of "sftp> " Message-ID: Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <68d4f7bf-d536-b7a4-6ba5-ed7fa83f9bf7@Shaw.ca> <1ab2c3e2-1bd8-f6ed-7edb-0a3816659252@towo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Provags-ID: V03:K1:9aQGaKMse9xWQAKKBNPcPMiU5tdvm4wjyTTXk03t1qp1l4x6bcZ CTUJJkNfJMoi30qWnhSjS2o6VAHCqJUqWw5M1eyC2bD2SsaMxDCH2pF6SAUzylg12ZQoBD6 CUc9S6u1b8G0ZrzwKICFL9m6oqdTeRagdvvDqrU2xwAMeymOxcGHKJBOX9lG4Nnq9HVkKHn RUzdLFfn7rwA0Iv2baUnQ== UI-OutboundReport: notjunk:1;M01:P0:+czEVTfMCz0=;KJRv0cOEi6vMxih6wqcnUfcGUmJ ndkCT8Y+pj8tVLnroXFZLnfNSvU4GG8IqKyN4fY57yJ8gQgl3bZ6VkdJeT7dYprCkuVkdQL8k agMUlQPF6eg8ablPFcLOt88QwKOdea6QWCK/2detzJFi5MR1XtlGLXRb09lIBhc5j8B0hhpYe hCTI31IpGO14jp4xG96AV5DMI9D2RaMP6EqVLs0PhesmARSnZaQ2MDHDgh3e/PVK069UxafaX 6wkzD52ggeXoaoqoDSXcli6gT+tkRdh3Mimj/LrvdfvK7LgCpSstd2sZJVY/v+sdpsuXQXYnz c0DcWxGtdtIR/uZTBHnQx6f9MUAXfwDgtv4zQ2Yxae3FDI9CIyCsW67aPOB8QnjB+/rIvbzOQ c2ja73IvsxuMROULU8Un1b94luta9hjx8xKeLejDshCylwej7vVWO4PHF3UDg6i5cdE7gtM72 Lbf6wdiq44xZnx1nvKbmia+GT8aNY9CAZ4VFHtLE/z7NbBlcoPM7198flOfRz/oJ3P8f2Ka1p oNy8yhrcwcRW7Kkjw8lwx/RjpjmbQdpi7O6z7NSqd3WBCqpxooC2YRMrwAPU2pfBfuRt9Z3AL N+Rs4CFeT3oyKn4hkDTeD3fk0vC4DnmqYVocAS/uSuaAkznSvgKWT/TvjkmUlZz8BAuDGpOaG 7Wvu9+URBuWHAAW2EJm8lUBwWjT6ARvHUJwBqLgGJA== X-Spam-Status: No, score=-95.8 required=5.0 tests=BAYES_00,BODY_8BITS,GOOD_FROM_CORINNA_CYGWIN,KAM_DMARC_STATUS,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_FAIL,SPF_HELO_NONE,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Feb 8 11:12, Corinna Vinschen via Cygwin wrote: > On Feb 8 07:59, Thomas Wolff via Cygwin wrote: > > > > > > Am 08.02.2023 um 03:17 schrieb Brian Inglis via Cygwin: > > > On 2023-02-07 15:22, Voris, Ben via Cygwin wrote: > > > > For example: > > > > : sftp user@127.0.0.1 > > > > Connected to 127.0.0.1. > > > > s     bye > > > > : type sftp > > > > sftp is hashed (/usr/bin/sftp) > > > > : ssh -V > > > > OpenSSH_9.2p1, OpenSSL 1.1.1s  1 Nov 2022 > > > > On Linux with a much older ssh: > > > > : ssh -V > > > > OpenSSH_8.2p1 Ubuntu-4ubuntu0.5, OpenSSL 1.1.1f  31 Mar 2020 > > > > : sftp user@127.0.0.1 > > > > Connected to 127.0.0.1. > > > > sftp> bye > > > > Windows 10 21H2. This occurs both using Mintty and Windows Terminal. > > > > For what I do, the only issue is the prompt. > > > > > > ++ > > > > > Yes, it sends s^[[7G^D, which is really weird. > > Looks like this occurs in libedit. Downgrading to the former > version of libedit "fixes" the problem. You may want to try the new libedit release 2021030-4. Thanks to Christoph Reiter from the MSYS2 community for pointing out a patch. Corinna