AIX and Secure Shell


 
Thread Tools Search this Thread
Operating Systems AIX AIX and Secure Shell
# 1  
Old 02-02-2010
AIX and Secure Shell

I just installed 5.3 TL0 on a B50 server. I need to get ssh installed. I tried the links at http://sourceforge.net/projects/openssh-aix]

I downloaded openssh_5.2p1_aix53.tar and openssh-4.5_srcpatch.tar.

The installation failed. The notes say that this was compiled for TL 8, and mine is TL0.

The failure is:
Code:
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.1100                   # Fileset Update 
 
  << End of Failure Section >>

I can see several courses of action here.
1) I can upgrade the system to TL8, but I do not have an account with IBM. Can I get the upgrades without having a service contract?
2) I can install the openssl.base 0.9.8.1100 fileset, but Google can't find it. Can anyone point me to the correct resource?
3) I can download and install the Gnu compiler (gcc) and then the install OpenSSH from source code. This is a PITA but I'll do it if I have to.

Can anyone offer some clues?

Last edited by pludi; 02-02-2010 at 06:11 AM.. Reason: removed link, added code tags
# 2  
Old 02-02-2010
for openssl try this IBM AIX Toolbox for Linux Applications - Easy Install
and after registration at IBM web Page which is free you can install and upgrade to newest TL and service packs.. here is the link for TL and fixes
IBM Support: Fix Central
# 3  
Old 02-03-2010
hello,

SSH needs OpenSSL to encrypt the connection, so it's a prequest.

you have to install it first try this link (after registering at the IBM website, it's free just need an e-mail) :
https://www14.software.ibm.com/webap...enssl&cp=UTF-8

no need to use gcc compiler, when using installp you have to change in the option "accept new licence" from "no" to "yes" and "automatic installation" from "no" to "yes"

don't hesitate to ask if you need to know more about SSH

Good Luck!
# 4  
Old 02-04-2010
No you don't need a service contract to get AIX patches and fixes.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Red Hat: Error connecting using secure shell

Hi All, I am getting below error when I try to connect with ssh. Not sure why the error is on.I am able to connect from a different login from the same server (local: rhe/home/s3>) ssh acces1@91.1.12.102 Connection closed by 91.1.12.102 (local: rhe/home/s3>) ssh redhlinx102 Connection... (7 Replies)
Discussion started by: arunkumar_mca
7 Replies

2. AIX

Can we secure telnet on AIX

Hi, I understand that, we can use SSH/SSL for encrypted/secure sessions. my question is " can we secure telnet on AIX " ? usually, we disable network services like ftp, telnet etc. and replace it with SFTP, SSH. is there a way to secure telnet without disabling it ? i found some... (3 Replies)
Discussion started by: system.engineer
3 Replies

3. HP-UX

Issue Patching Secure Shell...

I'm trying to patch an HPUX 11i v3 machine. The file I'm installing is "HP_UX_11i_v3_SecureShell_A.06.20.030._HP-UX_B.11.31_IA_PA.depot". I get the following output in the log: * Reading source for product information. *Reading source for file information. The corequisite ... (3 Replies)
Discussion started by: chambo
3 Replies

4. AIX

Setting up a secure channel with AIX

hi i have two aix servers and I was asked to setup a secure shell between the two servers using the sybase user. Can any one let me know how to do this (2 Replies)
Discussion started by: newtoaixos
2 Replies

5. UNIX for Dummies Questions & Answers

GUI via secure shell

Hi i am connected to remote system using putty over ssh-1 version. i can see the command line and able to perform the operations through it. is it possible to have a GUI interface of my login rather than terminal access? do i need to use any client other than putty ? any help is much... (5 Replies)
Discussion started by: rakeshkumar
5 Replies

6. AIX

How to secure ftp in AIX

Hi, the default ftp that comes with AIX5L is not secured as far as i know. How to install and use the secured FTP in AIX? Linux these days uses vsftpd daemon(very secured FTP daemon) is there VSFTPD for AIX? if there is any where can i download it from? thanks and regards Pchangba (1 Reply)
Discussion started by: pchangba
1 Replies

7. Shell Programming and Scripting

Secure coding standards for Shell Programming

Hi, Can anyone point me to Secure coding standards for shell programming guides, links etc etc... Thanks and regards, Vamsi K Surampalli. (2 Replies)
Discussion started by: vamsisurampalli
2 Replies

8. AIX

How to use SSH Secure File Transfer tool from windows to AIX without password?

If I use SSh Secure File Transfer tool on Windows, I want to transfer file from windows to AIX without password, how to do it? (6 Replies)
Discussion started by: rainbow_bean
6 Replies

9. Shell Programming and Scripting

f-secure sftp in shell script

Hi, I am trying to use sftp in a ksh - Shell script, but not even a simple script like this returns not output: sftp username@remotehost <<END ls END If I do something like this: sftp username@remotehost <<END | tee logfile ls END I get this error message: Warning: tcgetattr... (1 Reply)
Discussion started by: friand
1 Replies
Login or Register to Ask a Question