Re: ssh_exchange_identification uClinux problem
- From: Darren Tucker <dtucker@xxxxxxxxxxxxxxxx>
- Date: 26 Nov 2006 12:52:27 GMT
On 2006-10-03, robert <robertlazarski@xxxxxxxxx> wrote:
Hi all,
I'm trying to run open sshd on an embedded sysyem, uClinux . It uses
inetd to start it. I've googling for a few days and I'm stuck.
1) The daemon is running.
2) I get ssh_exchange_identification: Connection closed by remote host
trying to connect from a pc
3) My inetd entry is:
ssh stream tcp nowait root /bin/sshd -i
Sound like the sshd process is either not being spawned by inetd, or
it's dying immediately afterward. Do you have all of the libraries
sshd needs? Can you run it in debug (as a daemon, "/bin/sshd -ddd")
or test mode ("/bin/sshd -t")? What logging facilities do you have?
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
.
- Prev by Date: Re: Random "remote socket was reset" with SSH
- Next by Date: Re: Use of ClientAliveInterval and ClientAliveCountMax to terminate sftp
- Previous by thread: Re: Random "remote socket was reset" with SSH
- Next by thread: Re: shell ssh over a ssh tunnel
- Index(es):