From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62135 invoked by alias); 17 Mar 2018 20:21:02 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 62112 invoked by uid 89); 17 Mar 2018 20:21:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_20,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=U*admin, H*F:D*mail.com, HSensitivity:Normal X-HELO: mout.gmx.com Received: from mout.gmx.com (HELO mout.gmx.com) (74.208.4.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 17 Mar 2018 20:21:00 +0000 Received: from [109.147.111.218] ([109.147.111.218]) by 3c-app-mailcom-lxa15.server.lan (via HTTP); Sat, 17 Mar 2018 21:20:58 +0100 MIME-Version: 1.0 Message-ID: From: "John tel" To: cygwin@cygwin.com Subject: cygstart does not pass correct ssh login to rsync Content-Type: text/plain; charset=UTF-8 Date: Sat, 17 Mar 2018 20:31:00 -0000 Sensitivity: Normal X-UI-Out-Filterresults: notjunk:1;V01:K0:WnKVkZUYM7o=:p1+5kxZsrdAP3b3P+iIqWK KDJh1lTlW3XgsyfgoHq1e+Q7/dt44rQOXZ8HGDi9wvG/gqpDRQAZ1AdWCD1lCfgORz2e4uDUe GoHQKnJzgYKF6egRAKuh+NFg8eRRy7r9VUZrKmadA16L/NNiwC4IuwFlDBKe/H5ptNO/VBt14 zjMAgKgMuEgLIBzbRhOS2gwAyWTkLjMyFPQW5DpuSs/EMROtOGNwbd1YSorY0hbxxwLYCLu2B oaubmFKZAy5Emad7cVAJGcATtRAklHTpvHRCgnkXov/2qo5yvrXV1d9HFkQV47u3fBnVuhMVe H6e+eVHvOxV+HJ1a2etUFMq99AFW2Fur3P2aGvL/V4o/kRyhyPyUex0G+qDHx8Tu81WUwEm1Z DOslK5PzA4wch6JJvo2dVaVmZwkT2zQJw3amPLMKJ5FScE6Tgr1p1mS7BPhiYsp6foOpfLVY9 UlAzrbhkkJOJLXw0ZrQGajlssMelvo4BcneNtssI+7uTnqo6yTSu X-SW-Source: 2018-03/txt/msg00253.txt.bz2 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