1820140 Members
3332 Online
109619 Solutions
New Discussion юеВ

SSH A.03.71.000

 
SOLVED
Go to solution
Sarah_35
Occasional Contributor

SSH A.03.71.000

Downloaded and installed fine, but when I run ssh to another server a core file is produced.
Does anyone have any ideas why.


Thanks
Sarah
3 REPLIES 3
melvyn burnard
Honored Contributor
Solution

Re: SSH A.03.71.000

have you checked the patch requirements as per
http://docs.hp.com/hpux/pdf/T1471-90010.pdf

Also I notice that version 3.81 is the current latest version of SSH for HP-UX.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Alex Glennie
Honored Contributor

Re: SSH A.03.71.000

a "file core" yields what ?

What version of ssh is being used on the other server ...

fyi there was a known issue wrt version string lengths between older and newer versions that produced a core ... if the other server is less than 3.71 I'd advise upgrading .... 3.8.1 is currently avaialble.
Pratyush Paul_1
Valued Contributor

Re: SSH A.03.71.000


You do not have the correct dynamic and shared libraries. hence it is giving you core dump.

if you could do this

#ldd /opt/openssh/sbin/ssh (where you binaries are)

and see if the libraries are linked correctly.

Then do this.

#ssh -v -v -v -l root remote_server

and go thru the debug information.

Why you have to download it from the HP website, it is not adviceable, just down load it from www.openssh.org and compile and build it from scratch. In this forum I have touched this area before, and have shown people to compile and package this openssh for HP-UX 11.0 and 11.i, do a lookup with my name probably you will find some more information.

The libraries are not statically built hence you are having problems.

Hope this helps.

regards

Pratyush
Die Hard