legacy-wiki
Cygwin
Recovered from the older tannerjc.net wiki snapshot dated January 23, 2016.
sshd
- http://www.noah.org/ssh/cygwin-sshd.html
- http://pigtail.net/LRP/printsrv/cygwin-sshd.html
- http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Virtualization_for_Servers/2.2/html/API_Guide/chap-API_Guide-Accessing_the_API_remotely_from_Linux_clients.html
install
- download cygwin installer
- Add required packages
- Admin – cygrunsrv
- Net – openssh
- ssh-host-config -y
- cygrunsrv -S sshd
-
System error 1069 has occurred. The service did not start due to a logon failure.
-
right click on my computer: manage
-
local users and groups
-
enable sshd user and set password to never expire
-
wiping out all ssh configs and reconfiguring
-
cygrunsrv -R sshd
-
ssh-host-config -y