From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward102o.mail.yandex.net (forward102o.mail.yandex.net [37.140.190.182]) by sourceware.org (Postfix) with ESMTPS id D74663858020 for ; Wed, 10 Mar 2021 21:05:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D74663858020 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=anrdaemon@yandex.ru Received: from sas1-37a648709e20.qloud-c.yandex.net (sas1-37a648709e20.qloud-c.yandex.net [IPv6:2a02:6b8:c08:fe03:0:640:37a6:4870]) by forward102o.mail.yandex.net (Yandex) with ESMTP id D54F566840A8; Thu, 11 Mar 2021 00:05:01 +0300 (MSK) Received: from sas8-b61c542d7279.qloud-c.yandex.net (sas8-b61c542d7279.qloud-c.yandex.net [2a02:6b8:c1b:2912:0:640:b61c:542d]) by sas1-37a648709e20.qloud-c.yandex.net (mxback/Yandex) with ESMTP id YjUoGs9zBG-51IqqjdW; Thu, 11 Mar 2021 00:05:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1615410301; bh=MA8uwA0SUiLA9gO108PLr/ZSy0LyJKfQ4sK/8a7s1u8=; h=In-Reply-To:Subject:To:From:Message-ID:References:Date:Reply-To; b=ZT1Xs8qeTz0QuNSOrTK602Nk+ITkN6S69vPf19Q3PVE0ft04YxbHSaJFmz+TRdb2q vFLW0O5zcusnogeGFeRpHRyyD+J0zqJZHWJL7cYkbjG0ZuDJCGnjrR1CPchBGOHjhL OrS/xXw3Gh9eeVI3PVIJ/kAdwxALdH3SmnoeQB6Y= Authentication-Results: sas1-37a648709e20.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by sas8-b61c542d7279.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id GC9aHaXeXh-50J4QN5E; Thu, 11 Mar 2021 00:05:00 +0300 (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Wed, 10 Mar 2021 20:58:14 -0000 Date: Wed, 10 Mar 2021 23:58:14 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <14310544220.20210310235814@yandex.ru> To: Marki , cygwin@cygwin.com Subject: Re: rsync password prompt doesn't capture input and shows password in clear In-Reply-To: <3ba5c0ad-369b-4703-f371-a3b2e206447a@roth.lu> References: <3ba5c0ad-369b-4703-f371-a3b2e206447a@roth.lu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Mar 2021 21:05:05 -0000 Greetings, Marki! > SSH password prompt captures the input correctly, and does not show it. Unable to reproduce. > user@client /cygdrive/c/temp > $ ssh server > Password: > Password: > Rsync on the other hand won't even let me enter the password correctly. > user@client /cygdrive/c/temp > $ rsync -av xmppdb.db root@server:/tmp/ > Password: 123 > 123 > 123 > rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at > rsync.c(701) [sender=3.2.4dev] $ rsync -av ./server.sgc $REMOTE:/home/x/ $USER@$REMOTE's password: sending incremental file list rsync: mkdir "/home/x" failed: Permission denied (13) rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.0] > -- Please follow this guide: > Problem reports: https://cygwin.com/problems.html See also: > FAQ: https://cygwin.com/faq/ > Documentation: https://cygwin.com/docs.html > Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple -- With best regards, Andrey Repin Wednesday, March 10, 2021 23:55:06 Sorry for my terrible english...