Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Message-ID: <383EA8EC.8F63F8E9@jhuapl.edu>
Date: Fri, 26 Nov 1999 10:36:12 -0500
From: Steve Coleman <Steve.Coleman@jhuapl.edu>
Organization: Johns Hopkins Applied Physics Laboratory
X-Mailer: Mozilla 4.7 [en] (X11; U; SunOS 5.6 sun4m)
X-Accept-Language: en
MIME-Version: 1.0
To: "Borre 'Wouse' Sanders" <borre@chello.nl>
CC: cygwin@sourceware.cygnus.com, Massimiliano Adamo <adamo@iac.rm.cnr.it>
Subject: Re: Q: SSHD shell exits immediately? (was: SSHD keeps failing to open 
 PTY)
References: <19991125095337.DVWZ10258.relay01@workstation>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Borre 'Wouse' Sanders wrote:
> CYGWIN = `title strip_title binmode glob tty'
> debug: Command exited with status 0.

Massimiliano Adamo wrote:
> "could not load host key: \etc\ssh_host_key
>  fatal: please check that you have sufficient permissions and the file
> exists"

Make sure when using binary mode that both the /etc/passwd and
sshd_config files do not have any ^M's at the end of the lines. (Never
use notepad to edit these files, use vi or some other non-MS
application)

The file names "\etc\ssh_host_key^M" and "\etc\ssh_host_key" are
distinctly different file names and therefor the file you are asking for
may not exist. 

The same goes for the shell path in the /etc/passwd file.
"/bin/sh.exe^M" or "/bin/sh^M" is not the same as /bin/sh.exe and
/bin/sh respectively.

-- 
Steve Coleman     <Steve.Coleman@jhuapl.edu>   http://www.jhuapl.edu/
 High Performance, fault tolerant, distributed, real-time computing 
 <<-------->> Johns Hopkins Applied Physics Laboratory <<--------->>
Balt:443-778-6330 Fax:443-778-5597 Wash:240-228-6330 Fax:240-228-5597

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

