delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/03/17/16:31:37

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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: <trinity-78edb7bc-d71d-4d7b-a2db-553f4aa25e61-1521318057990 AT 3c-app-mailcom-lxa15>
From: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
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: <trinity-78edb7bc-d71d-4d7b-a2db-553f4aa25e61-1521318057990@3c-app-mailcom-lxa15>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019