Operating System - HP-UX
1748224 Members
4468 Online
108759 Solutions
New Discussion юеВ

Start SSH2 on HP-UX 10.20

 
SOLVED
Go to solution
Efren B.
Occasional Contributor

Start SSH2 on HP-UX 10.20

Hi all,

I've downloaded from http://mirrors.develooper.com/hpux/downloads.html the binaries: bzip2, libz and OpenSSH.

I've moved the openssh binaries to:
/usr/local/bin
and the config files to:
/usr/local/etc

When I try to exec:
# /usr/local/bin/ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N ""

i got:
/usr/lib/dld.sl: Can't open shared library: /pro/local/lib/libz.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)

How can I solve it?

Thanks...
5 REPLIES 5
Rasheed Tamton
Honored Contributor

Re: Start SSH2 on HP-UX 10.20

Steven E. Protter
Exalted Contributor
Solution

Re: Start SSH2 on HP-UX 10.20

Shalom,

First mistake was moving the openssh binaries. They were fine where they were.

Adjust your PATH and SHLIB_PATH and perhaps they'll work again.

Or undo what you did.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Efren B.
Occasional Contributor

Re: Start SSH2 on HP-UX 10.20

I've modified the ssh with chatr and added the path of libz to SHLIB_PATH.

When I exec ssh I got:
PRNG is not seeded

My 10.20 hasn't /dev/urandom neither /dev/random. I read that a solution could be the EGD, where can I download binaries of it or maybe to try other solution?

Thanks...
Rasheed Tamton
Honored Contributor

Re: Start SSH2 on HP-UX 10.20

Hi,
You have to install the openssl.

Regards,
Rasheed Tamton.
Rasheed Tamton
Honored Contributor

Re: Start SSH2 on HP-UX 10.20