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=UMw5o0y+y8bMZJj4 xz7Jsp1bjDG6ZXwszgLfCLm44kAXwZ+LOI9T/p+v2ZWsqIqrHvu+/d1g+G+Hgxjh ITsdVyIcQQwYKgRaX5Ezux7H5yX9uP7Xw7UuswpXdkeVzPKbEKWMHV2r7mCzd/Op XpEMt+lbkdbARBVNqXXTK0vMBpc= 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=Re1rfbQ88CCAMuOc7bnb3M 7JECE=; b=lQVf1UYkbeYqSWje0Rx3xWbYkVToTL63C/pzvnLLRseYB8TuTMpAo0 io0Cq5Ms7L5ludihtF9vfIOsOx041mARiETo9XnUbB09qfZuQy5MpedZWBQX+squ TqI0+641F9SOFgEtx6qgf6YGkzEIW/Glie5ljdyqpD0EKsGaGv9VI= 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=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB,SPF_PASS autolearn=no version=3.3.1 spammy=Marco X-HELO: mail-wr1-f41.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; bh=/xKKfWdh0G7BJD1TSObN/ecPGDmsRTaw+kXC+k/g4H4=; b=UlcqWuGinBGdjuqHQg0RubwNjt3W4BHs4JvxSFl+papb/A2oCZyTnaZtQENsXDV5nr vWb2UpzStil5OanGfMQjrZiUuT/J1wiGbFPHh/pgCz0536QwIu/MMZFSYm6ZiM6BDTeg lH6mKLPtSulbCJDpBDzRq9RW1jr1fe0kDjyDx7GlLpWyR8NbBWxe5Ht1SqzKZMgir0Ai AglS93SJcXY62/5qXKWAu+xik8IkQ5XPsqih9AMQxot6AI0Fs/A9cRfnPWnVuHJC+cYj hvJhQS2QUB4vcaxHE2A6OTC68yLlEsYWUxLYU3PeAmC6rAQoSxl8nl2CpQtqzBdjxAjA x6Hg== 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> From: Marco Atzeri Message-ID: <9f8f05c4-2a03-7fef-0e76-207b53273acb@gmail.com> Date: Thu, 26 Dec 2019 22:48:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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. $ 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 $ 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. 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