Troubleshooting OpenSSH 6.2 Install on AIX 7.1


 
Thread Tools Search this Thread
Operating Systems AIX Troubleshooting OpenSSH 6.2 Install on AIX 7.1
# 1  
Old 05-22-2013
[Solved] 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 for AIX. I followed the instructions which state:
Code:
2. Building / Installation
--------------------------

To install OpenSSH with default options:

./configure
make
make install

But I think there is something wrong with my configuration. My package list does not show openssh installed:
Code:
bash-4.2# lslpp -l |grep open
  openssl.base            0.9.8.2400  COMMITTED  Open Secure Socket Layer
  openssl.man.en_US       0.9.8.2400  COMMITTED  Open Secure Socket Layer
  openssl.base            0.9.8.2400  COMMITTED  Open Secure Socket Layer

My commands do not work, and sshd is not listed as a service:
Code:
bash-4.2# sftp
bash: sftp: command not found
bash-4.2# ssh
bash: ssh: command not found
bash-4.2# startsrc -s sshd
0513-085 The sshd Subsystem is not on file.

It looks like my package got installed to a non-default path?
Code:
bash-4.2# cd /usr/local/bin
bash-4.2# ls
scp          slogin       ssh-add      ssh-keygen
sftp         ssh          ssh-agent    ssh-keyscan

The install said something about needing to create a user for sshd, so I ran
Code:
mkuser sshd

but I don't know what else I am supposed to do.

Did I screw up my install?

EDIT: I am giving up on this package. Instead I am going to install OpenSSH 6.0.0.6102 from IBM, which I found here: https://www14.software.ibm.com/webap...o?source=aixbp This package installed without any issues.

Moderator's Comments:
Mod Comment edit by bakunin: thanks for the follow-up. I changed the threads title to "SOLVED".

Last edited by bakunin; 05-24-2013 at 07:00 AM..
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. 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

3. AIX

How to Troubleshooting IO in AIX 6.xx

I am running Oracle databases and recently have been facing slow IO response. I know in 11g one can run calibrate_IO from within DB and it would have given me some data for IO, but DB is 10g. Is there any tool available which can give me max MBPS, max IO requests per second system can handle and... (1 Reply)
Discussion started by: clifford
1 Replies

4. AIX

AIX troubleshooting

Hi guys, Is there a command in AIX similar to ps, but shows memory usage by application? I'm trying to track down a rogue application that's using up all 32GB of the available systems memory and causing the the system to page to disk. (4 Replies)
Discussion started by: bbbngowc
4 Replies

5. 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

6. AIX

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... (16 Replies)
Discussion started by: ak835
16 Replies

7. 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

8. 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

9. 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

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