X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B01E5386F472 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1610903041; bh=XD5weabmhPgeOuBBJS2SfJgisy9LBmtvfjhiWeM4uzI=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=QRHQf27k3WZxYO1QhGSs9WqMtdGth7ZTFnseDRAC0qyFcGI0BFm/ZEXZ+UOE7+Oos n0petiOho6mkHTyC1rhkXEwkgKAXSGmxPf8un0ykcyzYVq6BCmxJBZ+yEu6yJzxRhZ TQO5my8qS4U2I4hLmYz7F7YnzxCYzQUXbI2SO+Bw= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9D7F33858D29 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=U+XP7+zW+Tgn/4pE3vU3RaoViWKDFKBSaHwKhNLPchk=; b=o7RO4qf0vxwj1KHTpL1HDYLlguYwJD+2zfwF/HcRExu8MGfywqMI7ar0DqMJZcsAKj lOcaINsNaeDKUgTNhC95HiUVP3LAOy1movIvMo+N85DAQ1D8V2i9Cg/hv0uCTH566dzj YoImj+5Dc0di3wI9WLOJ0J8Rw0x87+xS4ADsU96TxpbzeLr/2xdaN4GTp5g7rc8h4NIv Pp8+TP9Co7kYx6geax98N/42Br3dslHXQGJp086OLlg2wRQgBEXSzP3TfhCj1WqoOKFz 9KrVBKBgGP23kXwM386HivXGUMiSKYGeBOgcolyLCJla0lXBxf9NmsnOJpB/sM59QH19 ZUow== X-Gm-Message-State: AOAM532Eu3xE1+cHL0DS6UhxEsy6MZGhFCqH9efNoYLCMT+JZDhEVEE3 LdsxbonHirGrxfanWAnSTuLKN8sE4kM= X-Google-Smtp-Source: ABdhPJx1Oy1S6CmUXjb9nRc0hJhSctvlpBZ7Gmy25JY3CY3BXiecr1jO3+EVhog1WHIJWtSagAh0gQ== X-Received: by 2002:a1c:2483:: with SMTP id k125mr17438252wmk.67.1610903036702; Sun, 17 Jan 2021 09:03:56 -0800 (PST) Subject: Re: Ssh To: cygwin AT cygwin DOT com References: Message-ID: Date: Sun, 17 Jan 2021 18:03:55 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1 MIME-Version: 1.0 In-Reply-To: Content-Language: it X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 10HH4RDW021429 On 17.01.2021 17:26, Jim McNamara via Cygwin wrote: > Hi- > > If I am trying to ssh by local port forwarding from machine A to remote > host B, do I need cygserv or sshd running on A? No. You need sshd (ssh demon) on B > > B is the sshd server I want to connect to. A is the ssh client. > > If I test either vnc or ssh on linux virtual machine guest it connects no > problem. For some reason NAT is not working from A even though I port > forward on my NAT adapter on virtual box. > > Thanks, > Robo-loki use ssh in verbose mode to see more details -v Verbose mode. Causes ssh to print debugging messages about its progress. This is helpful in debugging connection, authentica‐tion, and configuration problems. Multiple -v options increase the verbosity. The maximum is 3. -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple