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