62 An Introduction to Security in a CSM 1.3 for AIX 5L Environment
Example 5-4 Extracting the openssh34p1_p2.tar.Z file
mgmtserver2[/tmp/ssh]#ls
openssh34p1_51.tar.Z
mgmtserver2[/tmp/ssh]#zcat openssh34p1_51.tar.Z |tar -xvf -
x openssh.base, 1865728 bytes, 3644 media blocks.
x openssh.license, 632832 bytes, 1236 media blocks.
x openssh.man.en_US, 99328 bytes, 194 media blocks.
x openssh.msg.CA_ES, 17408 bytes, 34 media blocks.
x openssh.msg.CS_CZ, 17408 bytes, 34 media blocks.
x openssh.msg.DE_DE, 17408 bytes, 34 media blocks.
...........>>>>>>Omitted lines <<<<<<........
x openssh.msg.pl_PL, 16384 bytes, 32 media blocks.
x openssh.msg.pt_BR, 16384 bytes, 32 media blocks.
x openssh.msg.ru_RU, 16384 bytes, 32 media blocks.
x openssh.msg.sk_SK, 16384 bytes, 32 media blocks.
x openssh.msg.zh_CN, 12288 bytes, 24 media blocks.
x openssh.msg.zh_TW, 13312 bytes, 26 media blocks.
mgmtserver2[/tmp/ssh]#
5. Create an empty /.ssh/prng_seed file:
mkdir /.ssh
touch /.ssh/prng_seed
openssh-3.4.0.0.exe (Bull)
For the openssh-3.4.0.0.exe file, the following steps need to be performed before
installation:
1. Create a temporary directory. We created the /tmp/ssh directory.
2. Download the file openssh-3.4.0.0.exe to this directory from:
http://www.bullfreeware.com/download/aix43/openssh-3.4.0.0.exe
3. Change the current directory to the temporary directory:
cd /tmp/ssh
4. Make this file executable:
chmod +x openssh-3.4.0.0.exe
5. Execute this file to extract the package to the temporary directory:
. ./openssh-3.4.0.0.exe
Important: If you plan to use the Network Installation Manager (NIM) for the
OpenSSH installation, do not use this version. The /.ssh/prng_seed file must
be created prior the installation, and it is very complicated to implement it in
NIM.