From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14224 invoked by alias); 26 Dec 2019 23:03:29 -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 14217 invoked by uid 89); 26 Dec 2019 23:03:28 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_LINEPADDING,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.1 spammy=presumably, us X-HELO: mail-qv1-f44.google.com Received: from mail-qv1-f44.google.com (HELO mail-qv1-f44.google.com) (209.85.219.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Dec 2019 23:03:27 +0000 Received: by mail-qv1-f44.google.com with SMTP id t6so9514722qvs.5 for ; Thu, 26 Dec 2019 15:03:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=iT//OKqPIDZThcu0KmbqECSAtrmk4EpDkZYEFVjDrT0=; b=Ig8CzRCEkwEG7XUbQwL1pv/8UBZwgG583O4GEprHaGOxpJMM1dSqr0LwvoVGALv1gQ QPfk0Nea1V/e0uQ1N0pq/ulMNOw36E0bqldtyMkqKbYNaNfaDOXBvzCGiUe2MHVfNimH vIE+Dpu/qwD2xPGYFa73eAbqOHVLEq7dG+BirCwBIFL+LfjFa6IlaTBAP3nHrJHOP7Kw lgKXpi1oaa0sbr0sq0o4WX4IGg9PW9qAlfD13jp+uKy0aHNg9Wty42zVz8cc7Y19Kp0S 5Y6+qfKn6Z5xVFpoR4omghxZghSEyKqMRulvbh7yf76XYmDrVkEofIZcxPi88urZ2JJd I/Vg== Return-Path: Received: from ?IPv6:2604:6000:1405:29b:fcf8:934:49d5:a094? ([2604:6000:1405:29b:fcf8:934:49d5:a094]) by smtp.gmail.com with ESMTPSA id c6sm9061289qka.111.2019.12.26.15.03.23 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Dec 2019 15:03:24 -0800 (PST) Subject: Re: installing sshd | Win 10 1909 build To: cygwin@cygwin.com References: <79ab161a-5e1d-e6b2-f46c-275ce7dd719b@gmail.com> <1934397243.20191227000253@yandex.ru> <9f8f05c4-2a03-7fef-0e76-207b53273acb@gmail.com> From: Evan Cooch Message-ID: Date: Fri, 27 Dec 2019 02:29:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Firefox/60.0 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <9f8f05c4-2a03-7fef-0e76-207b53273acb@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00283.txt.bz2 On 12/26/2019 4:48 PM, Marco Atzeri wrote: > Am 26.12.2019 um 22:13 schrieb Evan Cooch: >> Thanks, but insufficient. Where is the Cygwin sshd equivalent of the >> following for the Windows 10 implementation of OpenSSH?: >> >> https://www.pugetsystems.com/labs/hpc/How-To-Use-SSH-Client-and-Server-on-Windows-10-1470/ >> >> >> Is there an equivalent for Cygwin sshd, that deals in a step-by-step >> fashion specifically with handling recent build of Windows 10, all of >> which have openSSH pre-installed? >> > > Evan, > Bottom post on this mailing list, please. Sure -- will do moving forward. > > $ cygcheck -p bin/sshd > Found 4 matches for bin/sshd > openssh-debuginfo-8.0p1-2 - openssh-debuginfo: Debug info for openssh > openssh-debuginfo-8.1p1-1 - openssh-debuginfo: Debug info for openssh > openssh-8.0p1-2 - openssh: The OpenSSH server and client programs > openssh-8.1p1-1 - openssh: The OpenSSH server and client programs > > so openssh is the package providing the ssh demon/server Presumably on a machine running the cygwin sshd, correct? > > $ cygcheck -l openssh | grep config > /etc/defaults/etc/sshd_config > /etc/defaults/etc/ssh_config > /usr/bin/ssh-host-config > /usr/bin/ssh-user-config > /usr/share/man/man5/sshd_config.5.gz > /usr/share/man/man5/ssh_config.5.gz > > > ssh-host-config is used to install and configure the Cygwin server > ssh-user-config is used to install user specific files. > Its use is very simple, step by step approuch as mentioned on > /usr/share/doc/Cygwin/openssh.README > > > As you can not have two different sshd demons running >  at the same time, use "net start " and > "net stop " that are your usual windows command friends. OK -- but my question wasn't so much about using openSSH, but rather, how to do an install of Cygwin ssh on a Win 10 machine, which already has a native ssh server client 'bult in'. A number of us have tried using the standard approaches for installing cygwin and having sshd run as a service (approaches that worked fine on Win 7, and pre-1803 builds of WIn 10), but have had problems with Windows complaining (or, if not complaining, not allowing a different sshd). It seems as if you need to 'turn off' or 'uninstall' something with recent Win 10 builds to get Cygwin sshd to install -- and work -- as a service.  That is the step some of us  are hoping someone can step us through. > > Regards > Marco > > > > > > > > > > -- > 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 > > -- 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