【发布时间】:2012-11-11 17:17:04
【问题描述】:
我想使用 cygwin 在 windows 中安装 sshd。但是当我启动 sshd 服务时,它说:
The CYGWIN sshd service is starting.
The CYGWIN sshd service could not be started.
The service did not report an error.
More help is available by typing NET HELPMSG 3534.
sshd.log 说:
Permissions 0660 for '/etc/ssh_host_dsa_key' are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: /etc/ssh_host_dsa_key
Could not load host key: /etc/ssh_host_dsa_key
那么怎么处理呢?
【问题讨论】: