From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x431.google.com (mail-wr1-x431.google.com [IPv6:2a00:1450:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id CE05D3857C6B for ; Sun, 17 Jan 2021 18:11:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org CE05D3857C6B Received: by mail-wr1-x431.google.com with SMTP id 91so14342824wrj.7 for ; Sun, 17 Jan 2021 10:11:39 -0800 (PST) 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:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=rpUVIZU3q5sX3cmqRkUU/EasFVjokG3X7xAqfvWY+GM=; b=Zttpfsu0GlMO2/330PeBW/3T648BYweg3nm1JKJHy3Zai5R+78AA0y9FidsHkf8bx9 ifI6VkgCC0ig8IjzxLx6PeJW2qYNBC6p89YErsjLhjA63xwzE67byN22YQYs7EE5DVIZ tiMkdK2xfBd8QXqv+r2X/qhysDIN8yUECx7SQNGdBF1B7GoHvb3XXRKM17cITKlyjmWc m3UDrWyo3Z+Bae4QiuZLobByQAu0S4CiJ54/BCMZPOwrl/ZLKE5ORluYapfMAV+IF+wy HPHi4AhOf7Tjim5WFf4b+gA6skAl9GOfbQUfJ0jwRiz2iS8/+tSn6kdjnS19mCipMJte neOA== X-Gm-Message-State: AOAM533M1wLjuWnTUsgP6XkevP+H8MadNdJ8uU7NYAxsE95Q7wJRJ0do +0kjJqSrnC3hzf9nvbZiGck= X-Google-Smtp-Source: ABdhPJwI4kX9E6autAHWDT4J7vUYjwBws5DI+VBMl7ivYRHTWsBWrvZxR3XHWmao2s7umA12qztmsQ== X-Received: by 2002:adf:e60f:: with SMTP id p15mr22236890wrm.60.1610907098995; Sun, 17 Jan 2021 10:11:38 -0800 (PST) Received: from ?IPv6:2003:cc:9f0c:c863:a819:90a7:9501:621a? (p200300cc9f0cc863a81990a79501621a.dip0.t-ipconnect.de. [2003:cc:9f0c:c863:a819:90a7:9501:621a]) by smtp.gmail.com with ESMTPSA id s25sm26184007wrs.49.2021.01.17.10.11.38 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 17 Jan 2021 10:11:38 -0800 (PST) Subject: Re: Ssh To: "cygwin@cygwin.com" References: From: Marco Atzeri Message-ID: Date: Sun, 17 Jan 2021 19:11:37 +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-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit 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@cygwin.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: , X-List-Received-Date: Sun, 17 Jan 2021 18:11:41 -0000 please reply to mailing list, thanks On 17.01.2021 18:30, Jim McNamara wrote: > > > On Sun, Jan 17, 2021, 12:04 PM Marco Atzeri via Cygwin > > wrote: > > 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 > > > > Hi Marco, > > I had it setup like you suggested. > > I will have to look at some other things. > > Thanks, > Robo-loki > Regards Marco