Fix1:
很可能是/var/log的权限设置不正确。首先执行 mkpasswd 和 mkgroup 重新生成权限信息,再删除sshd服务,重新配置:
net stop cygsshd;
mkpasswd -l > /etc/passwd;
mkgroup -l > /etc/group;
cygrunsrv -R cygsshd;
ssh-host-config -y;
net start cygsshd;
cygrunsrv -S cygsshd;
sc config cygsshd start=auto;
FIX2:
上述方法没有用,就直接卸载cygwin,卸载要先把ssh openssh-sshd 进程关掉;然后用cygwin安装的方法,勾选uninstall卸载