ssh_exchange_identification uClinux problem
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
4) I tried adding 'sshd: ALL' to /etc/hosts.allow
5) I think there might be something about generating keys I'm missing
6) I tried adduser and enabling PAM with no luck.
Please !
Robert
|