Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-11 Thread Takashi Yano via Cygwin
On Thu, 11 Mar 2021 13:38:58 +0100 Corinna Vinschen wrote: > On Mar 11 13:42, Andrey Repin wrote: > > 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. > > >> > > >>

Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-11 Thread Corinna Vinschen via Cygwin
On Mar 11 13:42, Andrey Repin wrote: > 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@client /cygdrive/c/temp > >> $ ssh server > >> Password: > >> Password:

Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-11 Thread Andrey Repin
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@client /cygdrive/c/temp >> $ ssh server >> Password: >> Password: >> >> Rsync on the other hand won't even let me enter the

Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-11 Thread 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@client /cygdrive/c/temp > $ ssh server > Password: > Password: > > Rsync on the other hand won't even let me enter the password correctly. > > user@client

Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-10 Thread David Dombrowsky
On 3/10/21 6:20 PM, Marki wrote: > Only then I showed that the same is not true for rsync. When I input a > password, it will get echoed and also rsync will not process it, since > standard input somehow goes elsewhere. If I had to guess, it's probably the same as the problems I was seeing with

Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-10 Thread Marki
Hello, First, I showed that SSH password prompt works as expected: you can input the password such that SSH client can process it, and it will not be echoed to the command prompt. You claimed that you could not reproduce!? While that was the expected outcome for SSH. (It is working

Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-10 Thread Andrey Repin
Greetings, Marki! > On March 10, 2021 9:58:14 PM GMT+01:00, Andrey Repin >>Greetings, Marki! >> >>> SSH password prompt captures the input correctly, and does not show >>it. >> >>Unable to reproduce. > Unable to reproduce that SSH works as expected? Well, that's not good. wat… You blamed

Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-10 Thread Marki
On March 10, 2021 9:58:14 PM GMT+01:00, Andrey Repin wrote: Greetings, Marki! SSH password prompt captures the input correctly, and does not show it. Unable to reproduce. Unable to reproduce that SSH works as expected? Well, that's not good. Anyway. I'll get back to you with the guides

Re: rsync password prompt doesn't capture input and shows password in clear

2021-03-10 Thread Andrey Repin
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 password prompt doesn't capture input and shows password in clear

2021-03-10 Thread Marki
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: