AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  ssh_exchange_identification : Connection closed by remote host

    Posted Wed May 28, 2008 09:50 PM

    Originally posted by: Miztiik


    Hi All

    When i try to connect to one of my server i get this error message,
    connection failed : "ssh_exchange_identification: Connection closed by remote host"

    What could be wrong.
    =====================================================
    Helping to weave a better web


  • 2.  Re: ssh_exchange_identification : Connection closed by remote host

    Posted Thu May 29, 2008 07:29 AM

    Originally posted by: tony.evans


    "What could be wrong."

    Hundreds of things. What steps have you so far taken to identify the cause so we don't go over old ground?


  • 3.  Re: ssh_exchange_identification : Connection closed by remote host

    Posted Fri May 30, 2008 05:53 PM

    Originally posted by: jnordtome


    It looks as if the destination machine can't verify the name of the sending machine through IP lookup. On the destination machine, verify that you can do a reverse lookup of the sending machines IP address.

    i.e. sending machine is called servA with ip 192.168.2.1. On the destination machine, do an "nslookup 192.168.2.1" and verify it returns servA. You should also try "host 192.168.2.1".


  • 4.  Re: ssh_exchange_identification : Connection closed by remote host

    Posted Mon June 02, 2008 02:21 AM

    Originally posted by: Miztiik


    Yes, the destination can lookup the host.

    ==========================================
    Helping to weave a better web


  • 5.  Re: ssh_exchange_identification : Connection closed by remote host

    Posted Tue June 03, 2008 02:44 PM

    Originally posted by: jnordtome


    You could try running ssh with the verbose option, i.e. "ssh -vvv user@servA"

    Also, if it's possible, you can stop sshd on the destination server and run it from line command with the -d option. This should give a little more information as to what the destination server sees.


  • 6.  Re: ssh_exchange_identification : Connection closed by remote host

    Posted Thu October 24, 2013 12:46 PM

    Originally posted by: Huasteco


     

     

    I  find this link

     

    http://aixblogs.blogspot.mx/2009/04/sshexchangeidentification-connection.html