openSSH 4.3p2

Darren Tucker dtucker at zip.com.au
Fri Sep 15 14:27:27 EST 2006


On Thu, Sep 14, 2006 at 01:24:13PM -0600, Ross Marshall wrote:
> I have compiled the latest version to test out, installed into /opt so
> as not to break my old version, and have not been able to log in, I am
> trying to ssh into the local machine...
[...]
> ssh_exchange_identification: Connection closed by remote host

That's often caused by tcpwrappers...

> My hosts.allow is:  ssh: 0.0.0.0/0.0.0.0

tcpwrappers expects the name of the process doing the check (ie "sshd")
not the protocol.  If you chage the "ssh" to "sshd" it should be ok.

-- 
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.



More information about the openssh-unix-dev mailing list