1834391 Members
1983 Online
110066 Solutions
New Discussion

Re: SSL: configuration

 
Faizer Jameel
Frequent Advisor

SSL: configuration

Hi Gurus
Could someone guide me on the installation of SSL on HPUX11.11
What would be the effects of this on the system.
best regards
Faizer
3 REPLIES 3
H.Merijn Brand (procura
Honored Contributor

Re: SSL: configuration

From which version?

I use openssl from the HP porting center:

# swinstall -s /tmp/openssl-0.9.7d-11.00.sd openssl
# swinstall -s /tmp/openssh-3.7.1p2-11.00.sd openssh

Of course, for 11.11 (11i) you have to use the 11.11 depots

Then I go to /usr/local to change the settings I like

# cd /usr/local/etc/openssh
# /usr/local/bin/ssh-keygen -t dsa -N "" -f ssh_host_dsa_key
# /usr/local/bin/ssh-keygen -t rsa -N "" -f ssh_host_rsa_key
# /usr/local/bin/ssh-keygen -t rsa1 -N "" -f ssh_host_key
# perl -pi -e's/^#?X11Forwarding no/X11Forwarding yes/' sshd_config

# echo 'sshd:*:22:3::/var/empty:/sbin/sh' >>/etc/passwd
# mkdir /var/empty
# chmod 755 /var/empty

# /usr/local/sbin/sshd

test with

# /usr/local/bin/ssh prosup@localhost

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
Steven E. Protter
Exalted Contributor

Re: SSL: configuration

For more generic stuff, you might find this site useful.

http://www.openssl.org/docs/HOWTO/

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
Faizer Jameel
Frequent Advisor

Re: SSL: configuration

Hi Stephen
Thankyou for the usual cooperation:
Would there be any effect on the system. We have a cluster [mcsg] for Oracle erp.