|
|||||||||||
|
Re: ssh_exchange_identification error
From: Bill Schwalbe <bill(at)upnorthmn.net>
Date: Thu Dec 05 2002 - 09:00:53 EST
I'm guesing it's a dns reverse lookup problem. I've had this issue in the past. Have someone look into the hosts.deny (/etc/hosts.deny) and see if there is a line: ALL: PARANOID in that file. The PARANOID wildcard matches any host whose name does not match its address. A temporary fix would be just commenting out this line. #ALL: PARANOID
The permanent fix:
ssh_exchange_identification: Connection closed by remote host To test this theory you need access to that box (ie. temporary fix) then run: host sending.host.ip.address and make sure the name that comes back matches that of the system your sending from. If not fix your DNS entries. Hope this helps... Bill On Tue, 3 Dec 2002, Tom Syroid wrote: --- Bill Schwalbe bill@upnorthmn.net *** To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be.Received on Thu Dec 5 11:46:21 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:51 EDT |
||||||||||
|
|||||||||||