public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygstart does not pass correct ssh login to rsync
@ 2018-03-17 20:31 John tel
  2018-03-17 21:09 ` Marco Atzeri
  2018-03-18  9:48 ` John tel
  0 siblings, 2 replies; 4+ messages in thread
From: John tel @ 2018-03-17 20:31 UTC (permalink / raw)
  To: cygwin

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@192.168.1.11:/destination/
 
But combining cygstart and rsync does not as the ssh login fails and it asks for the passwrod instead:
cygstart rsync -PaSh --delete -e 'ssh  -vvv -p 1000 -i /home/user/key' /cygdrive/C/Users/User/Desktop/ admin@192.168.1.11:/destination/
 
Unfortunately despite using the -vvv flag, no error message appears other than the request for the user password.
 
 
Does anyone have any ideas as to how to resolve this?
 
Thanks

--
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-18  9:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-17 20:31 cygstart does not pass correct ssh login to rsync John tel
2018-03-17 21:09 ` Marco Atzeri
2018-03-18  9:48 ` John tel
2018-03-18 10:07   ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).