1834015 Members
2153 Online
110063 Solutions
New Discussion

Re: SSH on HPUX 11.00

 
Jiri D
Advisor

SSH on HPUX 11.00

Hallo,
Does anybody know what version SSH or OPENSSH is fully functional on HPUX 11.00? I tried openssh-2.5.1p1.depot on HP software,but it is not work properly.I tried translate ssh-2_1_0_pl2, but sshkeygen is not generate *.pub key from user.

Jiri D
7 REPLIES 7
Vincenzo Restuccia
Honored Contributor

Re: SSH on HPUX 11.00

eran maor
Honored Contributor

Re: SSH on HPUX 11.00

Hi Jiri

you can also get info in this following URLs:

http://www.ssh.org
http://www.ssh.com
http://www.ipsec.com

also found the you need to install cumulative libpam and libpam_unix patch.

good luck
love computers
Marty Hoff
Advisor

Re: SSH on HPUX 11.00

What sort of problem are you having with openssh? I've used 2.5.1p1, 2.5.2p1, and 2.9 all on HP-UX 11. I did not use a pre-compiled depot, though. Make sure that your system has all of the prerequisites installed. You need zlib, openssl, and prngd (or egd) installed for openssh to work.
Jordan Bean
Honored Contributor

Re: SSH on HPUX 11.00

I'm using OpenSSH 2.9p1 with OpenSSL 0.9.6a. To get this to build on HPUX 11.00 (Support Plus March 2001) with the HP ANSI C compiler, I had to comment out the typedefs found in defines.h on lines 169-171, shown below.

/* If sys/types.h does not supply u_intXX_t, supply them ourselves */
#ifndef HAVE_U_INTXX_T
# ifdef HAVE_UINTXX_T
//typedef uint8_t u_int8_t;
//typedef uint16_t u_int16_t;
//typedef uint32_t u_int32_t;
# define HAVE_U_INTXX_T 1
# else

The full steps I used to build this:

# sh ./configure --with-pam
# vi defines.h (comment out lines 169-171)
# make
# make install

So far I've not experienced any problems. The X11 tunnelling works fine.
Jiri D
Advisor

Re: SSH on HPUX 11.00

Hallo Marty Hoff,
Please, send me swlist from machine with openssh 2.9p1 or versions pre software.Thanks.
Jiri D

jirid@seznam.cz
Marty Hoff
Advisor

Re: SSH on HPUX 11.00

For openssh, we are using openssl 0.9.6a, zlib 1.1.3, and prngd 0.9.7. All of the versions of openssh later than 2.5 will work with these. I had no trouble compiling any of these on HP-UX 11.00 (B-Class) with the Sep 2000 or greater patch set.
Jiri D
Advisor

Re: SSH on HPUX 11.00

Hallo everybody,
I install openssh-2.9p1,openssl-0.9.6a,zlib 1.1.3,prngd-0.9.17 on HPUX 11.00 and I have this mistake.When I want use ssh to user on the same machine withouth passwd,(copy my rsa.pub key to user .ssh/authorized_keys2) and try,system ask passwd.On other platform it is correct. Do you have the same mistake?

Jiri D