This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Re: Q: SSHD shell exits immediately? (was: SSHD keeps failing to open PTY)


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


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