X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=oTwipNY2QH2zq/8s EdZr1PspjY/O/hEowfqjOnQmrmUL0eAB5PF78+BD7yHc2ufQP+JoVgmVQ8zmMlg1 mDfvs85/xJJ5Fz86SxfLXqgtUe8S0Z94Li1FQcgNArR+ylMRIttHWV7zeUiYSoDh S4W7klKyrjXr9lYcf01JuFJuSnQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=gKUxfIN0SxgNjn4Gl4zdNQ BKbPE=; b=DhBQR+9FX2KQEciXlS2qOqukn8s1IwYvNEJVN2iVmn6RqC+DNB8TQE WkeAcGf/CAjsymrY+0KziBFbv3fNvqKXZ1aTskyWm3iKjU/ManX4Bh8Li5XkbGnm 7KH2ZBjggwcfXIiW5hOmve6UgNd2p4J+IGKPfhtq5Q4awTc+U/sKM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*u:6.1, H*UA:6.1, tel X-HELO: mail-wm0-f45.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=1+iijnNxJnevmQ1HKdcP8CB6gy7YRl0HZUXBVx9pnPw=; b=rWNrdZijDAoZ/fovn+ZqkY6UDhZM0YXeva9G76rrQoa5enEElqyzeIGm3aj15Sk1EE HDNNS++HFJAXxqYehmyLKO35/8xeMKB7bwkTfsdK8OUgVj5QYc1E6uZ8Pd9OUil8y1Z7 m4zt7Lo3JQEjnvJ3DumV7iTySo9fZ4DLBM6mNbPoi1lYNAOWSH2gZnfDRvTS5ewzkip8 R9RDc54a0f5J7KxZXIrIwDfy6+wD24JDLLn3LnyRllMZf+3rZ6+xs1s2oSBoxOYtgvW/ BXML69Q8U7ZW6pjw6SLRHIuGc2v/1hhRL1R6Z4GixoLS1+eV7IZiiFVvNToelFx3RBQ6 aELw== X-Gm-Message-State: AElRT7HHYQfNEdlTs6DSNpyEMEtd6GRXumTf71rS7RYpyMoBCBUplTAZ WQ0/uCwWkpFJTlKUDvUFmFP6OQ== X-Google-Smtp-Source: AG47ELu0fQ5Q2zXHEa8dBa7t7GEVMuaToZsGjMTtr060oAvUmLfTrRITnJRjkJZ+5lgtEpo5mdunaQ== X-Received: by 10.28.23.143 with SMTP id 137mr5210900wmx.153.1521318682922; Sat, 17 Mar 2018 13:31:22 -0700 (PDT) Subject: Re: cygstart does not pass correct ssh login to rsync To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <4739e5c9-a8f6-e7d2-3343-1de0c080f015@gmail.com> Date: Sat, 17 Mar 2018 21:31:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 AT 192 DOT 168 DOT 1 DOT 11 I don't understand the need of cygstart here. I would use just ssh -p 1000 -i /home/user/key admin AT 192 DOT 168 DOT 1 DOT 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