This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ssh-host-config requires cygminires.dll


a12 wrote:

> I have also tried:
> cygrunsrv -S -D sshd
> with the following response:
> cygrunsrv: trailing commandline argument not allowed
> and:
> cygrunsrv -D -S sshd
> cygrunsrv: unknown option -- D

Why?  There is no such option -D to cygrunsrv.  Run "cygrunsrv --help"
for a summary.

> Here are the contents of /var/log/sshd.log :
> Could not load host key: /etc/ssh_host_key
> Could not load host key: /etc/ssh_host_rsa_key
> Could not load host key: /etc/ssh_host_dsa_key
> Disabling protocol version 1. Could not load host key
> Disabling protocol version 2. Could not load host key
> sshd: no hostkeys available -- exiting.

You'll need to change the permissions on those files.  They should have
read/write access to SYSTEM and nothing else.  If you don't know what
you're doing, try the following:

chown SYSTEM /etc/ssh_host*_key
chmod 600 /etc/ssh_host*_key

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]