public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Marco Atzeri <marco.atzeri@gmail.com>
To: cygwin@cygwin.com
Subject: Re: installing sshd | Win 10 1909 build
Date: Thu, 26 Dec 2019 23:53:00 -0000	[thread overview]
Message-ID: <9f8f05c4-2a03-7fef-0e76-207b53273acb@gmail.com> (raw)
In-Reply-To: <f5667cf6-8a2d-c282-a974-be4aca30cb92@gmail.com>

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 <service>" and
"net stop <service>" 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

  reply	other threads:[~2019-12-26 21:49 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-26 21:05 Evan Cooch
2019-12-26 21:13 ` Andrey Repin
2019-12-26 23:03   ` Evan Cooch
2019-12-26 23:53     ` Marco Atzeri [this message]
2019-12-27  2:29       ` Evan Cooch
2019-12-27  7:20         ` Marco Atzeri
2019-12-27 18:20         ` Andrey Repin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9f8f05c4-2a03-7fef-0e76-207b53273acb@gmail.com \
    --to=marco.atzeri@gmail.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).