X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 135433836C44 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=anrdaemon AT yandex DOT ru DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1615459802; bh=YMqg1OIjoUkGoTaK3QUQmYy6B7s9o2RoaVsjtUHHQRI=; h=In-Reply-To:Subject:To:From:Message-ID:References:Date:Reply-To; b=NMpGeCWIw3ua7bQwIs9UFN//6VdwgAcruXlU8raQJ7wsFAjvlZeHAEkzWKd2Pk/NZ eZ6pZ40zM9pnu9mft5WM5IbyY4YelBRCMM2UO5ZQuLqoy+iRY8/j9i/Sdkyc61ljU/ //QH+xJjXVP31WTkeBY8pFJU76pEh06qiCWbpbB0= Authentication-Results: myt5-70642c4590a1.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Date: Thu, 11 Mar 2021 13:42:23 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home X-Priority: 3 (Normal) Message-ID: <231883003.20210311134223@yandex.ru> To: Corinna Vinschen via Cygwin , cygwin AT cygwin DOT com Subject: Re: rsync password prompt doesn't capture input and shows password in clear In-Reply-To: References: <3ba5c0ad-369b-4703-f371-a3b2e206447a AT roth DOT lu> MIME-Version: 1.0 X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, 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 AT cygwin DOT 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: , Reply-To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Greetings, Corinna Vinschen via Cygwin! > On Mar 10 19:11, Marki wrote: >> Hello, >> >> SSH password prompt captures the input correctly, and does not show it. >> >> user AT client /cygdrive/c/temp >> $ ssh server >> Password: >> Password: >> >> Rsync on the other hand won't even let me enter the password correctly. >> >> user AT client /cygdrive/c/temp >> $ rsync -av xmppdb.db root AT server:/tmp/ >> Password: 123 >> 123 >> 123 >> rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(701) >> [sender=3.2.4dev] > I tried this myself in mintty as well as in a Console window, and in > both cases the password was not echoed and taken correctly: > $ rsync -av x.exe user AT remote:/tmp/ > Password: > sending incremental file list > x.exe > [...] > Are you sure you're using the Cygwin rsync? -rsync +ssh There's no MS-provided rsync, but there's ssh in C:\Windows\System32\OpenSSH\ -- With best regards, Andrey Repin Thursday, March 11, 2021 13:40:03 Sorry for my terrible english... -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple