cygstart does not pass correct ssh login to rsync

Marco Atzeri marco.atzeri@gmail.com
Sat Mar 17 21:09:00 GMT 2018


On 17/03/2018 21:20, John tel wrote:
> 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

I don't understand the need of cygstart here.
I would use just

ssh -p 1000 -i /home/user/key admin@192.168.1.11


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list