RE: SSH Error

2003-01-22 Thread Robert Adkins
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

RE: SSH Error

2003-01-22 Thread Robert Adkins
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

Re: SSH Error

2003-01-22 Thread nate
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

Re: SSH Error

2003-01-22 Thread Shannon Neumann
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