ry 22, 2003 1:26 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; Robert Adkins
Subject: Re: SSH Error
Robert Adkins said:
> "ssh_exchange_identification: Connection closed by remote host"
this is often caused by tcp_wrappers. on the system that your trying
to login t
al Message-
From: Shannon Neumann [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 22, 2003 4:10 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED];
Robert Adkins
Subject: Re: SSH Error
Are you running nmap from the Redhat box that you are trying to connect
to? The reason I ask is that
Robert Adkins said:
> "ssh_exchange_identification: Connection closed by remote host"
this is often caused by tcp_wrappers. on the system that your trying
to login to, try adding
ALL: your_ip_address_of_the_client
to /etc/hosts.allow
you can narrow it down(see manpage on hosts.allow) if you wa
Are you running nmap from the Redhat box that you are trying to connect
to? The reason I ask is that if you are, often it will show ports as open
that are not actually open to outside machines because of iptables. What
you might try is stopping iptables with service iptables stop and see