This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygstart does not pass correct ssh login to rsync


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]