Operating System - HP-UX
1833178 Members
3884 Online
110051 Solutions
New Discussion

how to recompile HP-UX Secure Shell A.03.81.002 ?

 
breiner
Occasional Contributor

how to recompile HP-UX Secure Shell A.03.81.002 ?

Hello,

Does it exist a way to recompile HP-UX Secure Shell A.03.81.002 ?

It would be great if it were possible.

Best regards.
5 REPLIES 5
Slawomir Gora
Honored Contributor

Re: how to recompile HP-UX Secure Shell A.03.81.002 ?

Hi,

I think that if you want to recomplie ssh
you have to download openssh and dependencies from:

http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.9p1/
breiner
Occasional Contributor

Re: how to recompile HP-UX Secure Shell A.03.81.002 ?

In fact, I would want to do this because it seems that HP-UX Secure Shell A.03.81.002 has'nt been compiled with Pam whereas I use ssh with trusted system which is related with Pam. It result of this a password longer than eight characters is refused because by default it is cryted by crypt but not MD5.
If you know one way to do this without recompiled, I'm would be very interested in.

Best regards

Gerard Breiner
Institut D'Astrophysique Spatiale
Orsay
France
Steven E. Protter
Exalted Contributor

Re: how to recompile HP-UX Secure Shell A.03.81.002 ?

They provide binaries, not soruce. If you want to compile you need to get the source code. The prior post provides a good source for that.

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
Sridhar Bhaskarla
Honored Contributor

Re: how to recompile HP-UX Secure Shell A.03.81.002 ?

Hi,

We download zlib, openssl, tcp_wrappers and openssh and compile them. First you will need compile zlib and then openssl. All of them have configure scripts that you can use to customize your compilation. I found gcc is easier to use and is error free. Compile it on 11.0 system.

http://www.gzip.org/zlib/
http://www.openssl.org/
http://www.openssh.org/
http://freshmeat.net/projects/tcp_wrappers

-Sri

You may be disappointed if you fail, but you are doomed if you don't try
breiner
Occasional Contributor

Re: how to recompile HP-UX Secure Shell A.03.81.002 ?

Thanks for your answer. I'm going to try this.

Best Regards

Gerard Breiner