openssh サーバーを Windows Server 2008 で動作させることができません。他の 2 つのサーバーで動作させていますが、そのうちの 1 つが動作しません。
を実行ssh-host-configし、権限分離を選択します。との 2 人のユーザーが作成されsshdますsshd_server。
次に を実行するnet start sshdと、次のように表示されます。
The CYGWIN sshd service is starting.
The CYGWIN sshd service could not be started.
The service did not report an error.
次に実行するcat /var/log/sshd.logと、次の出力が表示されます。
/etc/sshd_config: No such file or directory
次に、次の権限を確認し/etc/sshd_configます。
-rw-r--r-- 1 sshd_server root 3344 Sep 7 09:15 /etc/sshd_config
そのため、sshd はそこにあり、適切な権限を持つファイルを認識できないようです。Windows でも、そのファイルの所有者はsshd_server.