AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  user is getting below errors while trying to login using ssh

    Posted 04/10/10 12:15 PM

    Originally posted by: SystemAdmin


    1. ssh black

    :
    *******************************************************************************
    NGrcRef_3.0
    debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
    debug1: channel 0: free: client-session, nchannels 1
    Connection to black closed
    #AIX-Forum


  • 2.  Re: user is getting below errors while trying to login using ssh

    Posted 04/10/10 01:00 PM

    Originally posted by: nagger


    Hi,
    That looks a real mess.
    Can you clarify the version of ssh you are using and where you got it from?
    And the AIX release you are on with oslevel -s

    ta Nigel
    #AIX-Forum


  • 3.  Re: user is getting below errors while trying to login using ssh

    Posted 04/10/10 07:01 PM

    Originally posted by: SystemAdmin


    Hi,
    We are using ssh OpenSSH_5.2p1, OpenSSL 0.9.8k 25 Mar 2009
    OSlevel --5.3 TL09 SP05

    we have a nfs mounted home directory for this user,
    However same user is able to login on other server.
    #AIX-Forum


  • 4.  Re: user is getting below errors while trying to login using ssh

    Posted 04/12/10 10:25 AM

    Originally posted by: shargus


    On the server - shutdown sshd (it won't kill existing connections) then start it from the command line as: /usr/sbin/sshd -ddd

    Then have the user attempt to connect again. They should get the same error, but you will get more information from the sshd daemon.

    sshd is killing the connection for some reason. The debug log should show why.

    We had a similar case. It turned out the client was connecting with version 1 protocols, and for security reasons the server daemon would only accept version 2.
    #AIX-Forum