Originally posted by: SystemAdmin
You should get the latest version anyway. What you have is likely the older version 'rpm' based version. Now I'm assuming you are at AIX 5.3.
If you have the latest AIX Install CDs with the expansion pack and Linux Toolkit, then this is easy:
smitty install
- Install and update software
- Install Software Bundle
- Choose CD
- Choose openSSH server (I think this will drag in the client)
- Press enter
- ACCEPT new license agreements? yes
- This will prompt you to change CDs and insert the Linux Toolkit first and then the expansion pack
-
Then you just follow instructions and it should all install with no problems.
https://sourceforge.net/projects/openssh-aix/ has the latest ssh code
http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html - Choose AIX Toolbox Cryptographic Content to get ssl
Downloaded filesets then installed:
rpm -U zlib-1.2.3-3.aix5.1.ppc.rpm (I already had this installed)
-
ls prn*
prngd-0.9.29-1.aix5.1.ppc.rpm
-
rpm -i prngd-0.9.29-1.aix5.1.ppc.rpm
0513-059 The prngd Subsystem has been started. Subsystem PID is 409670.
-
ls openssl*
openssl-0.9.7l-1.aix5.1.ppc.rpm openssl-doc-0.9.7l-1.aix5.1.ppc.rpm
openssl-devel-0.9.7l-1.aix5.1.ppc.rpm
-
rpm -i openssl-0.9.7l-1.aix5.1.ppc.rpm
#
-
rpm -qa | grep open
openssl-0.9.7l-1
-
ls openssh*
openssh-4.3p2-r2.tar.Z
-
uncompress openssh*Z
-
ls openssh*
openssh-4.3p2-r2.tar
-
mkdir openssh
-
cd openssh
-
ls ../openssh*
../openssh-4.3p2-r2.tar
../openssh:
-
tar xvf ../openssh-4.3p2-r2.tar
-
smitty install_all
INPUT device / directory for software [.] (I put a period in the square brackets)
Then use F7 to select the ssh packages
ACCEPT new license agreements? yes
Press enter
Command: OK stdout: yes stderr: no
Before command completion, additional instructions may appear below.
TOP geninstall -I "a -cgNqwXY -J" -Z -d . -f File 2>&1
File:
I:openssh.base.client 4.3.0.5301
I:openssh.base.server 4.3.0.5301
I:openssh.license 4.3.0.5301
----------------------------------------------------------------------------- Pre-installation Verification...
----------------------------------------------------------------------------- Verifying selections...done
http://MORE...137 Name Level Part Event Result
openssh.license 4.3.0.5301 USR APPLY SUCCESS
openssh.base.client 4.3.0.5301 USR APPLY SUCCESS
openssh.base.server 4.3.0.5301 USR APPLY SUCCESS
openssh.base.client 4.3.0.5301 ROOT APPLY SUCCESS
openssh.base.server 4.3.0.5301 ROOT APPLY SUCCESS
File /etc/group has been modified.
File /etc/passwd has been modified.
One or more of the files listed in /etc/check_config.files have changed.
http://MORE...2 It is now installed and ready to confure:
-
rpm -qa | grep open
openssl-0.9.7l-1
-
lslpp -l | grep open
openssh.base.client 4.3.0.5301 COMMITTED Open Secure Shell Commands
openssh.base.server 4.3.0.5301 COMMITTED Open Secure Shell Server
openssh.license 4.3.0.5301 COMMITTED Open Secure Shell License
openssh.base.client 4.3.0.5301 COMMITTED Open Secure Shell Commands
openssh.base.server 4.3.0.5301 COMMITTED Open Secure Shell Server