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=E6N0MlWaAnZdoZCR VugXDpZTQlhh4N/JyOMZlm7RKbnaaafXedK53YB+PVvMSU7uUKnluzcdHTZvI4jE DQU+AVGWhfOIHAqZ0zTG0faOACmnY12pHmdgaIJeiBxN439jSFSu6dbryQT5GMtC tzEau5Wty5Ech4JwNrzV5EEzpHI= 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=Cce7q2y/Us5UmRUy4qh/F/ UoMNY=; b=Q28fUviRJEVSfQ5qGZolXeuMICMOP6DzhOZHWw4n+TYMQJR49PNcId PKhAXuDNPa57AGMysqErkMfEL3vnEY4w3uYkEavcPrdd64tnw74c1BsZ9Ybl9iZe sg3RLx8r56Rp80buYguRqavH6r28P9AacIPdEc5UT/52M8d15V1BE= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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-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 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== Subject: Re: installing sshd | Win 10 1909 build To: cygwin AT cygwin DOT com References: <79ab161a-5e1d-e6b2-f46c-275ce7dd719b AT gmail DOT com> <1934397243 DOT 20191227000253 AT yandex DOT ru> <9f8f05c4-2a03-7fef-0e76-207b53273acb AT gmail DOT com> From: Evan Cooch Message-ID: Date: Thu, 26 Dec 2019 18:03:20 -0500 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 Note-from-DJ: This may be spam 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