AIX

AIX

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

 View Only
  • 1.  SSH connection closed by remote host !!

    Posted Thu July 22, 2010 08:55 AM

    Originally posted by: SystemAdmin


    when I am trying to do SSH, I am getting connection closed by remote host or server unexpectedly closed the connection.
    I checked the SSH configuration and also tried reinstalling SSH, it didn't worked.

    Please guide.

    Thanks


  • 2.  Re: SSH connection closed by remote host !!

    Posted Thu July 22, 2010 09:33 AM

    Originally posted by: SystemAdmin


    what does sshd's logfile say?


  • 3.  Re: SSH connection closed by remote host !!

    Posted Fri July 23, 2010 09:19 AM

    Originally posted by: bcathelyns


    Hello,

    are you using latest version of ssh and ssl ?
    there are know compatibility issues between some ssh and ssl versions and that can lead to such erro


  • 4.  Re: SSH connection closed by remote host !!

    Posted Fri July 23, 2010 09:36 AM

    Originally posted by: hdkutz


    Hello,
    check also for TCP-Wrapper on the remote machine.
    May this blocks you from access.
    Debug your ssh connect with
    ssh -vvvvv user@machine.domain.com

    Cheers,
    ku


  • 5.  Re: SSH connection closed by remote host !!

    Posted Thu December 27, 2012 02:21 PM

    Originally posted by: SystemAdmin


    Hello all,

    I checked TCPWrappers configuration and ssh configuration files also but I still receive the same error when I try to make a direct connection to the host. (ssh root@hostname) The only it working is when you make consult, I mean if you run the command ssh -v root@hostname date the output of this instruction is correct..

    Does anyone of you have an other idea that can help me to solve this issue. The configuration I try to apply is GPFS for MQ WebSphere and PowerHA also...

    Thanks ans happy holidays.