Operating System - HP-UX
1849425 Members
6720 Online
104044 Solutions
New Discussion

Re: ssh, Memory fault(coredump)

 
Mike Spencer
Occasional Advisor

ssh, Memory fault(coredump)

I have a K380, running HP-UX 11.11, and I recently encountered an issue with "ssh". The following error occurs when attempting to establish an ssh session with a remote server:

Memory fault(coredump)

This issue has probably been addressed in another thread, but I couldn't find one that I felt answered my question.

Thanks for any information you might be able to provide on this issue.




Mike
3 REPLIES 3
Ivan Krastev
Honored Contributor

Re: ssh, Memory fault(coredump)

Try to use verbose mode:

ssh -vvv remoteserver

to get more information.


regards,
ivan
Mike Spencer
Occasional Advisor

Re: ssh, Memory fault(coredump)

Thanks for the tip. Here's the verbose output.

taz2(mspen):/home/mspen> ssh -v hqhp3
OpenSSH_3.5p1, SSH protocols 1.5/2.0, OpenSSL 0x0090609f
12826: debug1: Reading configuration data /opt/ssh/etc/ssh_config
12826: debug1: Rhosts Authentication disabled, originating port will not be trusted.
12826: debug1: ssh_connect: needpriv 0
12826: debug1: Connecting to hqhp3 [10.96.80.173] port 22.
12826: debug1: Connection established.
12826: debug1: identity file /home/mspen/.ssh/id_rsa type -1
12826: debug1: identity file /home/mspen/.ssh/id_dsa type -1
12826: debug1: Remote protocol version 2.0, remote software version OpenSSH_4.5p1+sftpfilecontrol-v1.1-hpn12v14
12826: debug1: match: OpenSSH_4.5p1+sftpfilecontrol-v1.1-hpn12v14 pat OpenSSH*
12826: debug1: Enabling compatibility mode for protocol 2.0
12826: debug1: Local version string SSH-2.0-OpenSSH_3.5p1 Memory fault(coredump)


Maybe the versions of OpenSSH are not compatible?
Roberto Arias
Valued Contributor

Re: ssh, Memory fault(coredump)

hi all:

Update ssh version with secsh of HP software
The man is your friend