AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  ssh_exchange_identification : Connection closed by remote host

    Posted 05/28/08 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
    #AIX-Forum


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

    Posted 05/29/08 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?
    #AIX-Forum


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

    Posted 05/30/08 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".
    #AIX-Forum


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

    Posted 06/02/08 02:21 AM

    Originally posted by: Miztiik


    Yes, the destination can lookup the host.

    ==========================================
    Helping to weave a better web
    #AIX-Forum


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

    Posted 06/03/08 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.
    #AIX-Forum


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

    Posted 10/24/13 12:46 PM

    Originally posted by: Huasteco


     

     

    I  find this link

     

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

     


    #AIX-Forum