From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from server.roth.lu (server.roth.lu [144.76.95.156]) by sourceware.org (Postfix) with ESMTPS id 17A9038708CA for ; Wed, 10 Mar 2021 18:11:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 17A9038708CA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=lists.roth.lu Authentication-Results: sourceware.org; spf=none smtp.mailfrom=cygwin-users@lists.roth.lu Received: from vodsl-5097.vo.lu ([80.90.57.233] helo=[192.168.178.249]) by server.roth.lu with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1lK3Ii-0008Mz-N3 for cygwin@cygwin.com; Wed, 10 Mar 2021 19:11:16 +0100 To: cygwin@cygwin.com From: Marki Subject: rsync password prompt doesn't capture input and shows password in clear Message-ID: <3ba5c0ad-369b-4703-f371-a3b2e206447a@roth.lu> Date: Wed, 10 Mar 2021 19:11:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE 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 18:11:19 -0000 Hello, SSH password prompt captures the input correctly, and does not show it. 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] user@client /cygdrive/c/temp $ 123 -bash: 123: command not found user@client /cygdrive/c/temp $ 123 -bash: 123: command not found user@client /cygdrive/c/temp $ 123 -bash: 123: command not found user@client /cygdrive/c/temp $ Bye, Marki