SSH on AIX

Dear All

please help,
when i am connected via telnet to an AIX system and i am trying to connect to another one via SSH then the message that appear "command is not available" and even when i am logging in with root previlage, does AIX not support the use of SSH or what is the problem??

thanks in advance.
TheEngineer

Hi,

AIX supports SSH.
First you have to check in the Openssh software is installed on your aix server.
# lslpp -l | grep ssh
openssh.base.client 3.8.0.5300 COMMITTED Open Secure Shell Commands
openssh.base.server 3.8.0.5300 COMMITTED Open Secure Shell Server
openssh.license 3.8.0.5300 COMMITTED Open Secure Shell License
openssh.man.en_US 3.8.0.5300 COMMITTED Open Secure Shell
openssh.base.client 3.8.0.5300 COMMITTED Open Secure Shell Commands
openssh.base.server 3.8.0.5300 COMMITTED Open Secure Shell Server

You should have a binary /usr/bin/ssh.
If these are not present on the server, then you have to install the ssh software.

many thanks for your help but fromwhere can i install ssh or openSSH and under which versions they are available??

thanks,

These instructions look rather good. They appear to be the steps I followed and they contain instructions for AIX 4.3.3 through the AIX 5.3 since you did not specify your version.

http://wiki.ittoolbox.com/index.php/HOWTO:Install\_OpenSSH\_in_AIX

Great Document to configure SSH on AIX

SSH on AIX

---------- Post updated at 09:50 AM ---------- Previous update was at 09:50 AM ----------

Great Document to configure SSH on AIX

SSH on AIX

---------- Post updated at 09:52 AM ---------- Previous update was at 09:50 AM ----------

Get the latest version of OpenSSH for AIX