Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I can't get the openssh server to work on Windows Server 2008. I have it working on two other servers, but one of them just won't work.

I run ssh-host-config, and choose privilege separation. Two users are created sshd and sshd_server.

Then I run net start sshd, and I see this:

The CYGWIN sshd service is starting.
The CYGWIN sshd service could not be started.

The service did not report an error.

Then I run cat /var/log/sshd.log and I see this output:

/etc/sshd_config: No such file or directory

I then check permissions on /etc/sshd_config:

-rw-r--r-- 1 sshd_server root 3344 Sep   7 09:15 /etc/sshd_config

So now, it seems sshd cannot see a file which is there and has the right permissions. Even on windows, that file is owned by sshd_server.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.