AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  Problem with ssh connections

    Posted 09/17/10 01:32 AM

    Originally posted by: SystemAdmin


    Hi All,
    Any one aware about the below problem/ know what needs to be done to resolve it?

    :@:/root: ssh -v xxxxx@host_name

    warning: Development-time debugging not compiled in.

    warning: To enable, configure with --enable-debug and recompile.

    debug: Ssh2/ssh2.c:2008: Crypto library version: SSH Cryptographic Library, version 1.2.6

    debug: Ssh2/ssh2.c:2174: User config file not found, using defaults. (Looked for '/root/.ssh2/ssh2_config')

    debug: Ssh2/ssh2.c:2913: Running in FIPS mode: No

    debug: Connecting to fiesta, port 22... (SOCKS not used)

    debug: SshProtoTransport/trcommon.c:4138: My version: SSH-1.99-4.4.12.37 SSH Secure Shell

    debug: client supports 3 auth methods: 'publickey,keyboard-interactive,password'

    debug: Ssh2Common/sshcommon.c:508: local ip = 130.130.168.45, local port = 36801

    debug: Ssh2Common/sshcommon.c:510: remote ip = 130.177.254.12, remote port = 22

    debug: Remote version: SSH-2.0-4.4.12.37 SSH Secure Shell

    debug: Major: 4 Minor: 4 Revision: 12

    debug: SshProtoTransport/trcommon.c:893: SSH Client version is 4.x and more then 4.3.3 so server will use stub-based way of term. emul.

    debug: SshProtoTransport/trcommon.c:641: Already disconnected.

    debug: SshProtoTransport/trcommon.c:641: Already disconnected.

    debug: SshProtoTransport/trcommon.c:487: trying to send after EOF.

    debug: SshProtoTransport/trcommon.c:487: trying to send after EOF.

    debug: Ssh2Common/sshcommon.c:166: DISCONNECT received: Too many connections.

    warning: Authentication failed.

    Disconnected (remote); too many connections (Too many connections.).

    Disconnect reason 12, exit code = 76
    #AIX-Forum


  • 2.  Re: Problem with ssh connections

    Posted 09/17/10 11:06 AM

    Originally posted by: j.gann


    pretty much gives it away in the second-last line doesn't it?

    there is a limit on unauthicated connections (MaxStartups). investigate these on the server side.
    #AIX-Forum


  • 3.  Re: Problem with ssh connections

    Posted 09/22/10 01:22 AM

    Originally posted by: SystemAdmin


    Thanks
    #AIX-Forum