From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19690 invoked by alias); 9 Apr 2003 17:06:01 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 19681 invoked from network); 9 Apr 2003 17:06:00 -0000 Received: from unknown (HELO square.phpwebhosting.com) (64.72.132.72) by sources.redhat.com with SMTP; 9 Apr 2003 17:06:00 -0000 Received: (qmail 7623 invoked by uid 508); 9 Apr 2003 17:06:01 -0000 Received: from unknown (HELO qawks6) (216.13.136.178) by hosting-132-72.phpwebhosting.com with SMTP; 9 Apr 2003 17:06:01 -0000 Message-ID: <004401c2feba$49589730$cc0aa8c0@adexainc.com> From: "Rob Siklos" To: Subject: problems with ssh Date: Wed, 09 Apr 2003 18:27:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2003-04/txt/msg00828.txt.bz2 Hello, I am using the latest cygwin modules from the installer. I have had cygwin set up and working nicely for some time now, but today i just noticed that sshd wasn't working anymore. Originally, I had it set up so that sshd ran under inetd (by uncommenting the line in inetd.conf). When it's set up this way, I always get "Permission Denied" after I enter my password. I'm pretty sure the user system is set up correctly, since I can log in using telnet without any problems. I tried running sshd as an independant service, however I can't get the service to start. I get the following in the log: --- BEGIN /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. --- END /var/log/sshd.log --- I reinstalled cygwin and re-generated the host keys, but it still doesn't work. The files DO exist, and have the following permissions: -rw------- 1 rsiklos Administ 672 Apr 9 12:36 ssh_host_dsa_key -rw------- 1 rsiklos Administ 529 Apr 9 12:35 ssh_host_key -rw------- 1 rsiklos Administ 887 Apr 9 12:35 ssh_host_rsa_key Does anyone have any ideas or advice? Thanks in advance, Rob. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/