Installation of TCP_WRAPPERS
- ____ Download from ftp://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz
- ____ /usr/contrib/bin/gzip -dc tcp_wrappers_7.6.tar.gz | tar xvf –
- ____ /usr/bin/cd tcp_wrappers_7.6
- ____ /usr/bin/chmod 644 Makefile
- ____ /usr/bin/vi Makefile
- ____ uncomment the REAL_DAEMON_DIR line that refers to HP-UX
REAL_DAEMON_DIR=/etc
- ____ Change FACILITY=LOG_MAIL to FACILITY=LOG_AUTH
- ____ Add –DUSE_GETDOMAIN to the BUGS macro definition if not running NIS
- ____ Make hp-ux
- ____ /usr/bin/mkdir –p –m 755 /usr/local/sbin
- ____ /usr/bin/mkdir –p –m 755 /usr/local/include
- ____ /usr/bin/mkdir –p –m 755 /usr/local/lib
- ____ for file in safe_finger tcpd tcpdchk tcpdmatch try-from
do
cp $file /usr/local/sbin/$file
chmod 555 /usr/local/sbin/$file
chown root:daemon /usr/local/sbin/$file
done
- ____ /usr/bin/cp tcpd.h /usr/local/include/tcpd.h
- ____ /usr/bin/chmod 444 /usr/local/include/tcpd.h
- ____ /usr/bin/chown root:daemon /usr/local/include/tcpd.h
- ____ /usr/bin/cp libwrap.a /usr/local/lib/libwrap.a
- ____ /usr/bin/chmod 555 /usr/local/lib/libwrap.a
- ____ /usr/bin/chown root:daemon /usr/local/lib/libwrap.a
Installation of Perl
- ____ Download software HP-UX software porting site
http://hpux.connect.org.uk/hppd/hpux/Languages/perl-5.6.0/ - ____ /usr/contrib/bin/gunzip gunzip perl-5.6.0-sd-11.00.depot.gz
- ____ /usr/sbin/swinstall -s perl-5.6.0-sd-11.00.depot \*
Installation of ZLIB
- ____ Download source from http://hpux.connect.org.uk/hppd/hpux/Misc/zlib-1.1.3/
- ____ /usr/contrib/bin/gunzip zlib-1.1.3-sd-11.00.depot.gz
- ____ /usr/sbin/swinstall -s /conv/tara/zlib-1.1.3-sd-11.00.depot \*
Installation of OPENSSL
Installation of OPENSSL needs Perl v5 installed on server.
- ____ Download software from http://hpux.connect.org.uk/hppd/hpux/Languages/openssl-0.9.6/
- ____ /usr/contrib/bin/gunzip openssl-0.9.6-sd-11.00.depot.gz
- ____ /usr/sbin/swinstall -s /conv/tara/openssl-0.9.6-sd-11.00.depot \*
Installation of OPENSSH
Telnet, rlogin, ftp, and other related programs send a user’s password across the Internet unencrypted. Openssh solves this problem by invoking a secure encrypted connection between two untrusted hosts over an insecure network. Openssh is used in place of rlogin and rsh.
- ____ Download software from
http://hpux.connect.org.uk/hppd/hpux/Networking/Admin/openssh-2.5.1p1/ - ____ /usr/contrib/bin/gunzip openssh-2.5.1p1-sd-11.00.depot.gz
- ____ /usr/sbin/swinstall -s /conv/tara/openssh-2.5.1p1-sd-11.00.depot \*