Quote Originally Posted by muzammil.dba
I am new to AIX...
I don't no how to Enable SSH in AIX
Plz. send me the solution.
You enable ssh in AIX the same way as you do for any Unix.

This is not valid: chmod 777 .ssh the permissions should be mode 700.
Also the ~/.ssh/authorized_keys on the each site should be mode 600.