From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2281 invoked by alias); 17 Mar 2018 20:31:27 -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 2257 invoked by uid 89); 17 Mar 2018 20:31:26 -0000 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 Received: from mail-wm0-f45.google.com (HELO mail-wm0-f45.google.com) (74.125.82.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 17 Mar 2018 20:31:25 +0000 Received: by mail-wm0-f45.google.com with SMTP id h76so8899445wme.4 for ; Sat, 17 Mar 2018 13:31:24 -0700 (PDT) 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) Received: from ?IPv6:2003:cc:9bd6:401:11f8:d1b0:93d7:54e1? (p200300CC9BD6040111F8D1B093D754E1.dip0.t-ipconnect.de. [2003:cc:9bd6:401:11f8:d1b0:93d7:54e1]) by smtp.googlemail.com with ESMTPSA id o24sm12228530wmi.29.2018.03.17.13.31.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Mar 2018 13:31:22 -0700 (PDT) Subject: Re: cygstart does not pass correct ssh login to rsync To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <4739e5c9-a8f6-e7d2-3343-1de0c080f015@gmail.com> Date: Sat, 17 Mar 2018 21:09:00 -0000 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 X-SW-Source: 2018-03/txt/msg00254.txt.bz2 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