如何使用Cygwin在Windows上运行OpenSSH SSHD服务器
2021-06-30 13:05
标签:start mes als sar explore figure running 用户 corrupt 记录几款非常有趣, 但不怎么耳熟的软件: Cygwin 是可以安装 OpenSSH server 和 client 的, Mosh 也可以, 这对于 Linux 用户而言就非常方便了. http://www.noah.org/ssh/cygwin-sshd.html Install the following Cygwin packages (rerun setup if necessary -- you can add packages after you have already installed Cygwin). Admin --> cygrunsrv Open a new bash shell window and run the SSH configure stuff. ssh-host-config -y This step will create necessary configuration files, a priviledge separation user and necessary directories. When prompted with "CYGWIN=" type for following: tty ntsec Now you are ready to start the service. cygrunsrv -S sshd Finished Sometimes you get a sshd/cygrunsrv service error after trying to run the service. cygrunsrv: Error starting a service: There can be a couple of causes for this. The following may fix the problem (this is not an option on XP Home). Solution 1. You may have an old or corrupt installation of Cygwin. Try reinstalling. The following may also help: cygrunsrv -R sshd Solution 2. Open an explorer window and use the "Properties | Security" dialog and explicitly add "Full Control" for the SYSTEM user to the following directories: C:\Cygwin Hope that helps! 如何使用Cygwin在Windows上运行OpenSSH SSHD服务器 标签:start mes als sar explore figure running 用户 corrupt 原文地址:https://www.cnblogs.com/develon/p/9977882.html如何使用Cygwin在Windows上运行OpenSSH SSHD服务器
Net --> openssh
Bugs
QueryServiceStatus: Win32 error 1062:
The service has not been started.
REBOOT (or use the Task Manager to kill all instances of sshd that may be running in the background)
run "ssh-host-config -y" again.
This seemed to help on a few systems I worked on.
C:\Cygwin\var
C:\Cygwin\var\log
文章标题:如何使用Cygwin在Windows上运行OpenSSH SSHD服务器
文章链接:http://soscw.com/index.php/essay/99851.html