[opensuse] Error "ssh_exchange_identification: Connection closed by remote host" on Remote SSH Connection
Hi, I'm installing openSUSE 11.1 without firewall (firewall was not active). I could ssh from local network but failed on remote network with the following messages : server1:~ # ssh -v -v -v -v 125.xxx.xxx.xxx OpenSSH_5.1p1, OpenSSL 0.9.8h 28 May 2008 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug2: ssh_connect: needpriv 0 debug1: Connecting to 125.xxx.xxx.xxx [125.xxx.xxx.xxx] port 22. debug1: Connection established. debug1: permanently_set_uid: 0/0 debug1: identity file /root/.ssh/id_rsa type -1 debug1: identity file /root/.ssh/id_dsa type -1 ssh_exchange_identification: Connection closed by remote host I've modified /etc/hosts.allow with this line : sshd: ALL (for temporary used) and remove any entry from /etc/hosts.deny. The remote server has 2 Network card, the second card was deactivated. Port 80 has been successfully forwarded. Is there any clue for this problem ? -- Best Regards, Masim "Vavai" Sugianto /************************************************************/ Blog (ID) : http://www.vavai.com/blog Blog (EN) : http://www.vavai.net Community : http://www.opensuse.or.id /************************************************************/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 01 June 2009 07:25:08 Masim "Vavai" Sugianto wrote: [...]
ssh_exchange_identification: Connection closed by remote host [...] Is there any clue for this problem ?
Not from the client output, no. The server closes the connection, so any clues would have to be found in its log messages. What do you see in /var/log/messages on the server? Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, Jun 1, 2009 at 1:28 AM, Anders Johansson <ajohansson@suse.de> wrote:
On Monday 01 June 2009 07:25:08 Masim "Vavai" Sugianto wrote: [...]
ssh_exchange_identification: Connection closed by remote host [...] Is there any clue for this problem ?
Not from the client output, no. The server closes the connection, so any clues would have to be found in its log messages. What do you see in /var/log/messages on the server?
Anders -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Is that box that you are trying to ssh too, have deny host running? I have seen that error when I have blocked myself. If you have access to that box remove your ip from the logs and the hosts.deny. Payne -- ---------------------------------------- When a place gets crowded enough to require ID's, social collapse is not far away. It is time to go elsewhere. The best thing about space travel is that it made it possible to go elsewhere. -- Robert Heinlein -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Anders Johansson
-
Chuck Payne
-
Masim "Vavai" Sugianto