Install ssh on AIX5.2


 
Thread Tools Search this Thread
Operating Systems AIX Install ssh on AIX5.2
# 1  
Old 05-19-2008
Install ssh on AIX5.2

hi
Any one help me to install ssh on IBM-AIX5.2
in my machine i have this bellow rpms installed
zlib-1.2.3-3
prngd-0.9.23-3
openssl-0.9.7l-2
openssl-doc-0.9.7l-2
openssl-devel-0.9.7l-2

For ssh installing we need ssh rpms but i could not find openssh,openssh-server,openssh-client rpm's in IBM site for IBM-AIX5.2
plzzzz help me
# 2  
Old 05-19-2008
IBM makes openssh available via Sourceforge:
SourceForge.net: OpenSSH on AIX
# 3  
Old 05-19-2008
Quote:
Originally Posted by chinni929
hi
Any one help me to install ssh on IBM-AIX5.2
in my machine i have this bellow rpms installed
zlib-1.2.3-3
prngd-0.9.23-3
openssl-0.9.7l-2
openssl-doc-0.9.7l-2
openssl-devel-0.9.7l-2

For ssh installing we need ssh rpms but i could not find openssh,openssh-server,openssh-client rpm's in IBM site for IBM-AIX5.2
plzzzz help me
Hi,
If you have access to a compiler, then build it from the source OpenSSH
# 4  
Old 05-19-2008
The files required are installed as rpm files if you download them, and as installp files on the Bonus Pack. In either case at AIX 5 you can choose to use smit or rpm to install the packages.
Openssh client and server require the openssl libraries and the random number generator to be installed as prerequisites.

openssh-2.9p1-1.aix4.3.ppc.rpm
openssh-2.9p1-1.src.rpm
openssh-clients-2.9p1-1.aix4.3.ppc.rpm
openssh-server-2.9p1-1.aix4.3.ppc.rpm
openssl-0.9.6b-1.aix4.3.ppc.rpm
openssl-devel-0.9.6b-1.aix4.3.ppc.rpm
openssl-doc-0.9.6b-1.aix4.3.ppc.rpm
prngd-0.9.19-3.aix4.3.ppc.rpm

i got this error while installing ssh package time
bash-3.00# installp -d /openssh/ openssh.base
installp: No action was indicated.
The -a (apply) flag is being assumed.
+-----------------------------------------------------------------------------+
Pre-installation Verification...
+-----------------------------------------------------------------------------+
Verifying selections...done
Verifying requisites...done
Results...

FAILURES
--------
Filesets listed in this section failed pre-installation verification
and will not be installed.

Requisite Failures
------------------
SELECTED FILESETS: The following is a list of filesets that you asked to
install. They cannot be installed until all of their requisite filesets
are also installed. See subsequent lists for details of requisites.

openssh.base.client 4.7.0.5200 # Open Secure Shell Commands
openssh.base.server 4.7.0.5200 # Open Secure Shell Server

MISSING REQUISITES: The following filesets are required by one or more
of the selected filesets listed above. They are not currently installed
and could not be found on the installation media.

openssl.base 0.9.8.600 # Fileset Update

<< End of Failure Section >>

FILESET STATISTICS
------------------
2 Selected to be installed, of which:
2 FAILED pre-installation verification
----
0 Total to be installed


Pre-installation Failure/Warning Summary
----------------------------------------
Name Level Pre-installation Failure/Warning
-------------------------------------------------------------------------------
openssh.base.server 4.7.0.5200 Requisite failure
openssh.base.client 4.7.0.5200 Requisite failure

Last edited by chinni929; 05-19-2008 at 10:06 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to install SSH on Solaris 10?

Dear friends, I am running Solaris 10 x86, I have only one monitor so I want to access my solaris machine with putty. Please help me setup SSH on Solaris and how to make my solaris system ssh-accessible on the network. It would be so nice of you if could provide details on each step as I am a... (4 Replies)
Discussion started by: gabam
4 Replies

2. IP Networking

how to install ssh service in linux

hello,I am new in linux and want to know how to install ssh service in my computer so that others can connect to it,thank you! (15 Replies)
Discussion started by: hwk07
15 Replies

3. AIX

How to Set Dual authentication through SSH in AIX5.3

Hi, How we can set dual authentication (Two Factor authentication) in SSH. is there any way to that or it is not possible in SSH. Regards (1 Reply)
Discussion started by: m_raheelahmed
1 Replies

4. AIX

How to upgrade AIX5.3TL6-07 to AIX5.3TL8-04?

Hello All, After creating lpp_source/spot from AIX 5.3TL6-07 DVD on the NIM(AIX6.1), I went online and download the fix pack for reaching TL8-04. (it was less than 200Mgegs total) then I did define a newer lpp_source530TL8-04 via a copy from the older lpp_source530TL6-07 (I diduse a command... (2 Replies)
Discussion started by: sangers
2 Replies

5. AIX

Problem in SSH Install in AIX 4.3 Server.

Hi Friends I am trying to install ssh in one of my AIX4.3 server. I downloaded openssh and openssl from IBM site. While installing them openssh failed. The lpcheck command display looks like this: # lppchk -v lppchk: The following filesets need to be installed or corrected to bring ... (5 Replies)
Discussion started by: efunds
5 Replies

6. AIX

ssh on AIX5.2

i got this error while installing ssh package time bash-3.00# installp -d /openssh/ openssh.base installp: No action was indicated. The -a (apply) flag is being assumed. +-----------------------------------------------------------------------------+ Pre-installation Verification...... (3 Replies)
Discussion started by: chinni929
3 Replies

7. HP-UX

Unable to install SSH

Hello!! I have an HP-UX 11.23 box. I downloaded an SSH depot file form HP website. Using SAM, I tried to install the depot file. However, SAM declared "it cannot find any compatible depot file to install". Due to that, I tried using command line 'swinstall' just like HP tutorial taught me.... (8 Replies)
Discussion started by: jembalang
8 Replies

8. AIX

install oracle9i on aix5.3

I am installing oracle9i on aix5.3 and an link error appears during the install process. 'Error in invoking target iokdstry of makefile /export/home/oracle/OraHome/network/lib/ins_nau.mk' happened I tried to find the way out,and there seems to be one... (2 Replies)
Discussion started by: mayuhao
2 Replies

9. UNIX for Dummies Questions & Answers

ssh install

hi , i am trying to install ssh on solaris8 i have downloaded openssh. if anyone have installed openssh before , i like to know if there are anything else needed to install it. Some web sites says you need zlib and so on. i am confused. (1 Reply)
Discussion started by: oppai
1 Replies

10. UNIX for Advanced & Expert Users

SSh install and config

Hi all........... I work for a big french car manufacturer. I'm supposed to put up a secure protocol, that means ssh. I'm looking for free ssh codes and binaries, and the install and config of it... Any help would be great... :confused: :confused: :confused: Thanx Jason (3 Replies)
Discussion started by: a_new_admin
3 Replies
Login or Register to Ask a Question