Re: cygstart does not pass correct ssh login to rsync

2018-03-17 Thread John tel
Thanks for your reply. I can see what you are asking this question. Well, ultimately I need to run cygstart with the --hide flag because I want to start this in a hidden window. Thanks > Sent: Saturday, March 17, 2018 at 8:20 PM > From: "John tel" > To: cygwin@cygwin.com

cygstart does not pass correct ssh login to rsync

2018-03-17 Thread John tel
Hi, I've got a strange problem when combining cygstart with rsync. So using cygstart and ssh to login works: cygstart ssh -p 1000 -i /home/user/key admin@192.168.1.11 Using rsync on its own works: rsync -PaSh --delete -e 'ssh -p 1000 -i /home/user/key' /cygdrive/C/Users/User/Desktop/ admin@1