how to install openSSH in AIX 5.3?


 
Thread Tools Search this Thread
Operating Systems AIX how to install openSSH in AIX 5.3?
# 1  
Old 07-28-2008
Bug how to install openSSH in AIX 5.3?

Guys
I need to install openSSH on AIX 5.3?

First problem is : i am unable to find openSSH 3.8.1 freeware on the net ?pls pass on any links if you have.

Second problem is : installation.Although i know how to install rpm packages,installing SSH is bit diffrent.But that second issue.

Can anyone provide me the links/sites where i can download openSSH 3.8.1(rpm files) for AIX 5.3?

Regards
Abhi
# 2  
Old 07-28-2008
Development of the SSH for AIX package was outsourced by IBM to SourceForge some years ago. You can get a 3.8 Version at this site but 3.8 is so old that it is considered a security risk. I'd go for the current (4.7) Version.
SourceForge.net: OpenSSH on AIX
# 3  
Old 07-29-2008
Welcome to Bull AIX freeware site

good site for downloads
# 4  
Old 07-29-2008
Bug

i have dloaded the necessary file...."openssh-4.7_5301.tar.z"

but don know how to install openSSH from this...

i was thinking i would get a rpm file to run & install but after uncompressing & untarring this file i have got some 39 files i don know how to use..

Can anyone guide on this?

Regards
Abhi
# 5  
Old 07-29-2008
Quote:
Originally Posted by truma1
Welcome to Bull AIX freeware site

good site for downloads
Sorry, but BULL closed development of open source tools down two years ago. The "new addition" packages date from March 2003 till March 2004. The only package that was compiled in 2007 is marked "not tested".
Secondly, if you want to get any kind of support from IBM for open source tools stick to the official packages from SourceForge and the IBM LinuxToolbox. Nobody will hold you back if you use those ancient Bull packages on your home workstation for sentimental reasons. But don't use it in a current production environment.
# 6  
Old 07-29-2008
Quote:
Originally Posted by ak835
i have dloaded the necessary file...."openssh-4.7_5301.tar.z"

but don know how to install openSSH from this...[...]
Uncompress it, then untar it. When you get a file ending with *.rpm use
# rpm -Uvh openssh...rpm
When you get the AIX backup file format bff use
# inutoc .
in the directory where the bff is to create the table of contents (delete and recreate .toc file whenever you add/remove files from the installation directory) and then install it with
# installp -acXg -d . openssh-4.7*.bff
or use
# smitty install
if you prefer a 'guided' tour Smilie

One last thought because this might become your next question: if the installation fails because of some missing prerequisite (OpenSSL) - this can be downloaded from the IBM page via the link that is also given at the SourceForge page. You need to create an ID to register with the IBM Web Download Pack Program but this is free.
# 7  
Old 07-30-2008
Bug

thanks but as i mentioned i did not find any rpm file in it...instead i found these files

openssh.base
openssh.license
openssh.man.en_US
openssh.msg.CA_ES
*[openssh.msg.*]
*
*
change_log.txt

total 39 files .....i am not sure how do i use them?

regards
abhi
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Openssh install failed on AIX 6.1

im new to aix... my task is suppose to be simple. install openssh i followed this article: Installing OpenSSH and OpenSSL on AIX 6.1 | Keymon's snippets and brushstrokes when i try to start the sshd service with the command: "startsrc -s sshd" im getting an error saying: "the sshd subsystem... (6 Replies)
Discussion started by: guy3145
6 Replies

2. AIX

Troubleshooting OpenSSH 6.2 Install on AIX 7.1

*SOLVED. please see edit at bottom* Hello, I have a freshly installed AIX 7.1 that I would like to enable SSH on. I believe I need OpenSSH and OpenSSL to do this. OpenSSL was already installed, so I moved onto installing OpenSSH. I downloaded OpenSSH 6.2 from this site that claims support... (0 Replies)
Discussion started by: bstring
0 Replies

3. Red Hat

how to install Openssh in linux machine

Hi genious i'm New to Linux .. help me Very Urgent how to install Openssh in linux machine step by step .... plz (3 Replies)
Discussion started by: coolboys
3 Replies

4. AIX

AIX 6.1 and OpenSSH

Hi, First of all, I wanted to try AIX and purchased a rs6000 from ebay with AIX6.1 installed. My plan is to lear AIX, but I need to install ssh on the machine for the remote access. The point is that I have seen nowhere a how'to or something. Can you please give me some advices? ... (11 Replies)
Discussion started by: aixn00b
11 Replies

5. AIX

openssh 5.0 with aix 5.3

Hi All, I upgraded my openssh to 5.0. Now I need to modify the sshd_config file to my company's new policy. My problem? There are two config file on my system: /usr/local/etc/sshd_config and /etc/ssh/sshd_config Which should I edit? Please help. Thanks. (1 Reply)
Discussion started by: itik
1 Replies

6. HP-UX

OpenSSH install

I'm trying to install OpenSSH on HP-UX 11.11, so, first of all, I was going to install OpenSSL, but I get an error message during "make test"... 23324:error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded:md_rand.c:503:You need to read the OpenSSL FAQ,... (8 Replies)
Discussion started by: untamed
8 Replies

7. Solaris

Install & configure Openssh In Solaris 8

I hope someone out there can help. I'm trying to install & configure Openssh to my Solaris, I downloaded & Installed the following pkgs : openssh-4.4p1-sol8-sparc-local.gz openssl-0.9.8d-sol8-sparc-local.gz tcp_wrappers-7.6-sol8-sparc-local.gz zlib-1.2.1-sol8-sparc-local.gz... (6 Replies)
Discussion started by: Remi
6 Replies

8. UNIX for Advanced & Expert Users

How to install OpenSSh in tru64 4.0F??

I had been searching and i guess ssh is not available for 4.0F, the option is to install OpenSSh, but i don't know hw to do it!! :confused: Would someone pls send me some instrctions about the insalation and where can i download the OpenSSH??? Tks a lot!!! :) (1 Reply)
Discussion started by: irasela
1 Replies

9. AIX

OPENSSH and PRNGD with AIX 4.3.3

I am running openssl-0.9.6g-3 and prngd-0.9.23-3 on AIX 4.3.3. When I tried to initiate a SSH session, it hang at the "ssh-rand-helper" command. I then get a source copy of ssh-rand-helper.c from openssh-3.8p1 to debug it and found that it hung during the function call "RAND_bytes(seed,... (3 Replies)
Discussion started by: flockofseagull
3 Replies

10. AIX

openSSH for AIX

Has anyone installed openSSH, or any alternate ssh on AIX 5.1 if so is there a web site with quick guide of do's and don'ts for installation / setup that can be recommended. Is it a straightforward install ? (2 Replies)
Discussion started by: gefa
2 Replies
Login or Register to Ask a Question