rsync password prompt doesn't capture input and shows password in clear
Marki
cygwin-users@lists.roth.lu
Wed Mar 10 18:11:15 GMT 2021
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
More information about the Cygwin
mailing list