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

If you mean password less authentication and encrypted data flow between servers ,
Then install OpenSSH for AIX and then follow the following procedures here

If you query is on secure connection between the two machins, then

  • Check if ssh is installed or not.
    lslpp -l | grep -i ssh
  • If not install the Openssh tool as said before on both boxes
  • Check the process
    use ps or lssrc

If its a query on a password less authentication i.e for sybase user , then read the man page of ssh..( you should genarate and add public keys related to that user in your home directory) ..you should be able to solve your problem..

Regards,
niv